File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v4
1010 - uses : actions/setup-go@v5
1111 with :
12- go-version : " 1.20 "
12+ go-version : " 1.24 "
1313 - run : go test -v -cover $(go list ./... | grep -v /vendor)
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
1818 - uses : actions/setup-go@v5
1919 with :
20- go-version : " 1.20 "
20+ go-version : " 1.24 "
2121 - run : CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-X main.SHA=${{ github.sha }}" -o bin/vaultcreds cmd/*.go
2222 - uses : actions/upload-artifact@v4
2323 with :
5252 labels : ${{ steps.meta.outputs.labels }}
5353 push : true
5454 tags : ${{ steps.meta.outputs.tags }}
55-
Original file line number Diff line number Diff line change 11module github.com/uswitch/vault-creds
22
3- go 1.23 .0
3+ go 1.24 .0
44
55toolchain go1.24.1
66
You can’t perform that action at this time.
0 commit comments