Skip to content

Commit

Permalink
Bump Go from 1.17 to 1.18 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru authored Apr 20, 2022
1 parent a6d9d9e commit 643188a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.17'
go-version: '1.18'
- 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.17'
go-version: '1.18'
- run: go build
- uses: paambaati/[email protected]
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.17'
go-version: '1.18'
- name: Release via goreleaser
uses: goreleaser/goreleaser-action@v2
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.17'
go-version: '1.18'
- uses: reviewdog/action-staticcheck@v1
with:
fail_on_error: true
Expand Down

0 comments on commit 643188a

Please sign in to comment.