Skip to content

Commit

Permalink
update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwebs committed Feb 4, 2025
1 parent 2d99289 commit e40ba61
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.1
go-version-input: 1.22.11
go-package: ./...
cache: true

Expand All @@ -28,7 +28,7 @@ jobs:
- name: Golang
uses: actions/setup-go@v4
with:
go-version: '1.21.1'
go-version: '1.22.11'
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'
go-version: '1.22.11'

- name: build and test
shell: bash
Expand Down

0 comments on commit e40ba61

Please sign in to comment.