Skip to content

Commit

Permalink
Update go version in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Jul 13, 2023
1 parent 33dfa8b commit 72acdfb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.5
go-version: '1.20'
check-latest: true

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -31,7 +32,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.5
go-version: '1.20'
check-latest: true

- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
Expand All @@ -49,7 +51,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.5
go-version: '1.20'
check-latest: true

- name: Cache Go modules
uses: actions/cache@v3
Expand Down

0 comments on commit 72acdfb

Please sign in to comment.