Skip to content

Commit

Permalink
Update github-go-version to 1.20.0 from 1.19.5, 1.19.5, 1.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bump authored and wader committed Feb 2, 2023
1 parent c34050b commit d338c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.5
go-version: 1.20.0
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.5
go-version: 1.20.0
- name: Test
env:
GOARCH: ${{ matrix.goarch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.5
go-version: 1.20.0
- uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
Expand Down

0 comments on commit d338c8b

Please sign in to comment.