Skip to content

Commit

Permalink
bump goa version used in design files (DSL)
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Aug 25, 2023
1 parent a7dbab8 commit f73ac74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion design/design.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

package design

import . "goa.design/goa/dsl"
import . "goa.design/goa/v3/dsl"

var _ = API("arduino-create-agent", func() {
Title("Arduino Create Agent")
Expand Down
2 changes: 1 addition & 1 deletion design/pkgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

package design

import . "goa.design/goa/dsl"
import . "goa.design/goa/v3/dsl"

var _ = Service("indexes", func() {
Description("The indexes service manages the package_index files")
Expand Down

0 comments on commit f73ac74

Please sign in to comment.