Skip to content

Commit

Permalink
chore: update release go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinoKaede committed Aug 9, 2023
1 parent 347088b commit 0320aa8
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 @@ -121,7 +121,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: ^1.21

- name: Get project dependencies
run: go mod download
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: ^1.21

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 0320aa8

Please sign in to comment.