Skip to content

Commit

Permalink
Merge pull request #24 from aquaproj/chore/update-go
Browse files Browse the repository at this point in the history
chore: update Go from 1.17 to 1.18.1
  • Loading branch information
suzuki-shunsuke authored Apr 20, 2022
2 parents ff58370 + ae4892e commit bb56ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yaml
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.17'
go-version: '1.18.1'

- name: remove changes
# Sometimes it is failed to release by goreleaser due to changes of go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.17'
go-version: '1.18.1'
- run: go version

- name: golangci-lint
Expand Down

0 comments on commit bb56ec8

Please sign in to comment.