Skip to content

Commit

Permalink
bump go version used in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Weber committed Oct 31, 2024
1 parent f461cf3 commit 4e0b6d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.9
go-version-input: 1.23.2
go-package: ./...
cache: true

Expand All @@ -28,7 +28,7 @@ jobs:
- name: Golang
uses: actions/setup-go@v4
with:
go-version: '1.21.9'
go-version: '1.23.2'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.9'
go-version: '1.23.2'

- name: build and test
shell: bash
Expand Down

0 comments on commit 4e0b6d2

Please sign in to comment.