File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v6
3434
3535 - name : Set up Go
36- uses : actions/setup-go@v5
36+ uses : actions/setup-go@v6
3737 with :
3838 go-version-file : go.mod
3939
@@ -56,12 +56,12 @@ jobs:
5656 uses : actions/checkout@v6
5757
5858 - name : Set up Go
59- uses : actions/setup-go@v5
59+ uses : actions/setup-go@v6
6060 with :
6161 go-version-file : go.mod
6262
6363 - name : Install ogen
64- run : go install github.com/ogen-go/ogen/cmd/ogen@latest
64+ run : go install github.com/ogen-go/ogen/cmd/ogen@v1.19.0
6565
6666 - name : Regenerate SDK
6767 run : make sdk-go-generate
7070 run : |
7171 if ! git diff --exit-code sdk/go/; then
7272 echo "Generated Go SDK code is out of sync with openapi.json."
73- echo "Run 'cd sdk/go && go generate ./... ' and commit the result."
73+ echo "Run 'make sdk-go- generate' and commit the result."
7474 exit 1
7575 fi
Original file line number Diff line number Diff line change 9292 fetch-depth : 0
9393
9494 - name : Check for secrets with TruffleHog
95- uses : trufflesecurity/trufflehog@v3.94.1
95+ uses : trufflesecurity/trufflehog@v3.94.3
9696 with :
9797 path : ./
9898 base : ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }}
Original file line number Diff line number Diff line change 11module github.com/awslabs/open-resource-broker
22
3- go 1.22
3+ go 1.24
You can’t perform that action at this time.
0 commit comments