Skip to content

Commit

Permalink
Upgrade setup go to use 1.21 go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Aug 13, 2023
1 parent 2480813 commit d4035c4
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 @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- "*"
- '*'

permissions:
contents: write
Expand All @@ -18,7 +18,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v4
with:
go-version: ">=1.20.1"
go-version: '1.21'
cache: true
- uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit d4035c4

Please sign in to comment.