Skip to content

Commit

Permalink
Update test project go directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Madrigal committed Dec 18, 2024
1 parent 7f3b820 commit 53818bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/smithy-go-codegen-test/smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"module": "github.com/aws/smithy-go/internal/tests/service/weather",
"moduleVersion": "0.0.1",
"generateGoMod": true,
"goDirective": "1.18"
"goDirective": "1.21"
},
"go-server-codegen": {
"service": "example.weather#Weather",
"module": "github.com/aws/smithy-go/internal/tests/server/weather",
"moduleVersion": "0.0.1",
"generateGoMod": true,
"goDirective": "1.18"
"goDirective": "1.21"
}
}
}

0 comments on commit 53818bd

Please sign in to comment.