Skip to content

Commit

Permalink
Bump Go from 1.19 to 1.20 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Feb 22, 2023
1 parent ab1d1fe commit 61c06a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
- name: Build & Test
run: |
go build -v
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20 '
- run: go build
- uses: paambaati/codeclimate-action@v3.2.0
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: git fetch --prune --unshallow
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
- name: Release via goreleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
- uses: reviewdog/action-staticcheck@v1
with:
fail_on_error: true
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/toshimaru/nyan

go 1.19
go 1.20

require (
github.com/alecthomas/chroma v0.10.0
Expand Down

0 comments on commit 61c06a5

Please sign in to comment.