Skip to content

Commit

Permalink
ci: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrassov01 committed Mar 26, 2024
1 parent a0be284 commit 5bd9a5d
Showing 1 changed file with 2 additions and 2 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.1
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

0 comments on commit 5bd9a5d

Please sign in to comment.