Skip to content

Commit

Permalink
chore(CI): upgrade golang to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
zu1k committed Aug 24, 2023
1 parent 6462935 commit 20a0de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.20'
go-version: '^1.21'

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.20'
go-version: '^1.21'
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Cache go module
Expand Down

0 comments on commit 20a0de6

Please sign in to comment.