mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Update go version in .github/workflows/release.yml
This commit is contained in:
parent
36874e62d5
commit
af17f681b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue