Skip to content

Commit

Permalink
Merge pull request #6 from gadost/fixes
Browse files Browse the repository at this point in the history
update releaser go ver
  • Loading branch information
gadost authored Jun 16, 2022
2 parents a4e3117 + c426f3d commit 1c9e5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.5
go-version: 1.18.3
id: go

- name: Run GoReleaser
Expand All @@ -28,4 +28,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}

0 comments on commit 1c9e5fa

Please sign in to comment.