Skip to content

Commit 849e0c1

Browse files
Update CircleCI config to use Go 1.24.0
1 parent 51f44e4 commit 849e0c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ workflows:
99
jobs:
1010
build-and-test:
1111
docker:
12-
- image: cimg/go:1.21.5
12+
- image: cimg/go:1.24.0
1313
steps:
1414
- checkout
1515
- run: go vet ./...
1616
- run: go test ./...
1717
govulncheck:
1818
docker:
19-
- image: cimg/go:1.21.5
19+
- image: cimg/go:1.24.0
2020
steps:
2121
- checkout
2222
- run: go install golang.org/x/vuln/cmd/govulncheck@latest

0 commit comments

Comments
 (0)