Skip to content

Commit

Permalink
CI: Better Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Sep 19, 2024
1 parent 7ed3d14 commit 7b9b80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: 'stable'
- name: Download modules
run: go mod download

Expand Down

0 comments on commit 7b9b80a

Please sign in to comment.