Skip to content

Commit

Permalink
chore(ci): bump Go version to 1.20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wI2L committed Apr 21, 2023
1 parent dbae84c commit c23f0e4
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 @@ -16,9 +16,9 @@ jobs:
fail-fast: false
matrix:
go:
- "1.17.x"
- "1.18.x"
- "1.19.x"
- "1.20.x"
os:
- ubuntu-latest
- macos-latest
Expand All @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
go:
- "1.19.x"
- "1.20.x"
steps:
- name: Install Go
uses: actions/setup-go@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit c23f0e4

Please sign in to comment.