Skip to content

Commit

Permalink
refine release job go version
Browse files Browse the repository at this point in the history
  • Loading branch information
DahuK committed Nov 26, 2024
1 parent d44142f commit d9ab632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go-version: ['1.20']
go-version: ['1.21']
fail-fast: true
steps:
- name: Checkout
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
env:
GOPATH: ${{ env.HOME }}
- name: Set GoReleaser Previous Tag To Be Last Non Weekly Release
Expand Down

0 comments on commit d9ab632

Please sign in to comment.