Skip to content

Commit

Permalink
ci: bump go to 1.20.2 (#1806)
Browse files Browse the repository at this point in the history
* ci: bump go to 1.20.2
  • Loading branch information
cgrinds committed Mar 9, 2023
1 parent c379e50 commit 1e6b7cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
go-version: '1.20.2'
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
- run: govulncheck ./...

build:
runs-on: ubuntu-latest
steps:
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
go-version: '1.20.2'

- name: Build
run: go build -v ./...
Expand All @@ -48,7 +49,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
go-version: '1.20.2'

- name: Install wwhrd
env:
GO111MODULE: 'off'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20.1'
go-version: '1.20.2'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 1e6b7cc

Please sign in to comment.