Update go version in .github/workflows/release.yml

This commit is contained in:
John Kerl 2023-06-04 15:52:43 -04:00
parent 36874e62d5
commit af17f681b5

View file

@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
GO_VERSION: 1.17.6
GO_VERSION: 1.18.10
jobs:
release:
@ -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 }}