Skip to content

Commit

Permalink
ci: change config for go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrassov01 committed Jun 3, 2024
1 parent 2f19a7c commit ef20e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: 1.21.5
go-version: 1.22
cache: false

- name: Unshallow
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Run govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21
go-version-input: 1.22
go-package: ./...
cache: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: 1.21.5
go-version: 1.22

- name: Run goreleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit ef20e63

Please sign in to comment.