File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen
metrics/smithyotelmetrics
tracing/smithyoteltracing Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Go 1.x
1717 uses : actions/setup-go@v2
1818 with :
19- go-version : " 1.22 "
19+ go-version : " 1.23 "
2020 id : go
2121
2222 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest]
16- go-version : ["1.22 "]
16+ go-version : ["1.23 "]
1717 env :
1818 JAVA_TOOL_OPTIONS : " -Xmx2g"
1919 steps :
Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest, macos-latest, windows-latest]
16- go-version : ["1.22 ", "1.23 ", "1.24 "]
16+ go-version : ["1.23 ", "1.24 ", "1.25 "]
1717 steps :
1818 - uses : actions/checkout@v2
1919
Original file line number Diff line number Diff line change 44
55[ Smithy] ( https://smithy.io/ ) code generators for Go and the accompanying smithy-go runtime.
66
7- The smithy-go runtime requires a minimum version of Go 1.22 .
7+ The smithy-go runtime requires a minimum version of Go 1.23 .
88
99** WARNING: All interfaces are subject to change.**
1010
@@ -80,7 +80,7 @@ example created from `smithy init`:
8080 "service" : " example.weather#Weather" ,
8181 "module" : " github.com/example/weather" ,
8282 "generateGoMod" : true ,
83- "goDirective" : " 1.22 "
83+ "goDirective" : " 1.23 "
8484 }
8585 }
8686}
Original file line number Diff line number Diff line change 11module github.com/aws/smithy-go/aws-http-auth
22
3- go 1.21
3+ go 1.23
Original file line number Diff line number Diff line change 66 "module" : " github.com/aws/smithy-go/internal/tests/service/weather" ,
77 "moduleVersion" : " 0.0.1" ,
88 "generateGoMod" : true ,
9- "goDirective" : " 1.22 "
9+ "goDirective" : " 1.23 "
1010 },
1111 "go-server-codegen" : {
1212 "service" : " example.weather#Weather" ,
1313 "module" : " github.com/aws/smithy-go/internal/tests/server/weather" ,
1414 "moduleVersion" : " 0.0.1" ,
1515 "generateGoMod" : true ,
16- "goDirective" : " 1.22 "
16+ "goDirective" : " 1.23 "
1717 }
1818 }
1919}
Original file line number Diff line number Diff line change 2727
2828public final class GoModuleInfo {
2929
30- public static final String DEFAULT_GO_DIRECTIVE = "1.22 " ;
30+ public static final String DEFAULT_GO_DIRECTIVE = "1.23 " ;
3131
3232 private List <SymbolDependency > dependencies ;
3333
Original file line number Diff line number Diff line change 11module github.com/aws/smithy-go
22
3- go 1.22
3+ go 1.23
Original file line number Diff line number Diff line change 11module github.com/aws/smithy-go/metrics/smithyotelmetrics
22
3- go 1.22
3+ go 1.23
44
55require (
66 github.com/aws/smithy-go v1.23.0
Original file line number Diff line number Diff line change 11module github.com/aws/smithy-go/tracing/smithyoteltracing
22
3- go 1.22
3+ go 1.23
44
55require (
66 github.com/aws/smithy-go v1.23.0
You can’t perform that action at this time.
0 commit comments