Skip to content

Commit

Permalink
ci: upgrade to go1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Aug 23, 2024
1 parent 1f68c96 commit 06c6ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.22.3'
go-version: '>=1.23.0'
cache: true
- name: Go Preflight Tests
run: |
Expand Down

0 comments on commit 06c6ab9

Please sign in to comment.