Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed Oct 2, 2024
1 parent 41db336 commit 7ce89ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22

- name: Build
run: go build -v ./...
Expand All @@ -33,7 +33,7 @@ jobs:
- name: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21
go-version-input: 1.22
go-package: ./...

- shell: bash
Expand Down

0 comments on commit 7ce89ed

Please sign in to comment.