Skip to content

Commit

Permalink
Bump Go version to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen committed Dec 9, 2022
1 parent eca77c8 commit e47529a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: '1.14.x'
go-version: '1.18.x'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: '1.14.x'
go-version: '1.18.x'
- name: Checkout
uses: actions/checkout@v2
- name: Test
Expand Down

0 comments on commit e47529a

Please sign in to comment.