Skip to content

Commit

Permalink
Update go version in .github/workflows/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jun 4, 2023
1 parent 36874e6 commit af17f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
GO_VERSION: 1.17.6
GO_VERSION: 1.18.10

jobs:
release:
Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
#if: startsWith(github.ref, 'refs/tags/v')
with:
version: latest
args: release -f .goreleaser.yml --rm-dist
args: release -f .goreleaser.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit af17f68

Please sign in to comment.