Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyk authored Sep 24, 2024
1 parent d750546 commit d982b05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'

# - name: Build
# run: go build -v ./...
Expand All @@ -26,3 +26,5 @@ jobs:

- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-package: ./...

0 comments on commit d982b05

Please sign in to comment.