Skip to content

Commit

Permalink
Upgrade to 1.20 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hoenn committed Feb 12, 2024
1 parent cf8368a commit 7ca815e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.17'
go-version: '1.20'
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17.x', '1.18.x', '1.19.x' ]
go: [ '1.20.x' ]
name: Vulcanizer tests against go version ${{ matrix.go }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/github/vulcanizer

go 1.17
go 1.20

require (
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
Expand Down

0 comments on commit 7ca815e

Please sign in to comment.