Skip to content

Commit

Permalink
fix: update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
faabiosr committed Apr 14, 2024
1 parent d8b2a6e commit 35046bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: '1.22.x'

- name: unshallow
run: git fetch --prune --unshallow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
go-version: '1.22.x'

- name: unshallow
run: git fetch --prune --unshallow
Expand Down

0 comments on commit 35046bc

Please sign in to comment.