Skip to content

Commit

Permalink
Update workflows to use Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
RPRX authored Feb 18, 2024
1 parent fa5d7a2 commit 5ea1315
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
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true

- name: Get project dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true
- name: Checkout codebase
uses: actions/checkout@v4
Expand Down

0 comments on commit 5ea1315

Please sign in to comment.