Skip to content

Commit

Permalink
Merge pull request #13 from slewiskelly/slewiskelly/update
Browse files Browse the repository at this point in the history
Upgrade to Go 1.18 for GHA jobs
  • Loading branch information
drlau authored May 24, 2022
2 parents a606ed1 + ba1ea23 commit 1ff2fb1
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 1ff2fb1

Please sign in to comment.