Skip to content

Commit 32d4209

Browse files
committed
update to go v1.24
1 parent cab9aff commit 32d4209

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
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:
@@ -52,4 +52,3 @@ jobs:
5252
labels: ${{ steps.meta.outputs.labels }}
5353
push: true
5454
tags: ${{ steps.meta.outputs.tags }}
55-

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/uswitch/vault-creds
22

3-
go 1.23.0
3+
go 1.24.0
44

55
toolchain go1.24.1
66

0 commit comments

Comments
 (0)