Skip to content

Commit

Permalink
Update go version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Mar 25, 2024
1 parent ae8b092 commit e65ec9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true

- name: golangci-lint
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true

- name: Install govulncheck
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true

- name: Cache testbin binaries
Expand Down

0 comments on commit e65ec9c

Please sign in to comment.