Skip to content

Commit

Permalink
enhance: Upgrade goreleaser go version to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Nov 4, 2024
1 parent 09d69cd commit 041ae24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
cache: true

- uses: goreleaser/goreleaser-action@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
cache: true

- uses: goreleaser/goreleaser-action@v4
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
cache: true
- name: Make directories
run: |
Expand Down

0 comments on commit 041ae24

Please sign in to comment.