Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try updating to 1.22.0
Browse files Browse the repository at this point in the history
hoenn committed Feb 12, 2024
1 parent eee7756 commit 4dda2c9
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.22
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20.x' ]
go: [ '1.22.x' ]
name: Vulcanizer tests against go version ${{ matrix.go }}
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Run tests
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.20
go 1.22

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

0 comments on commit 4dda2c9

Please sign in to comment.