Skip to content

Commit

Permalink
Upgrade to Go 1.18 for GHA jobs
Browse files Browse the repository at this point in the history
Should have been done when upgrading to Go 1.18 in
#12.
  • Loading branch information
slewiskelly committed May 24, 2022
1 parent a606ed1 commit ba1ea23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.18
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.15.x]
go: [1.18.x]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit ba1ea23

Please sign in to comment.