Skip to content

Commit

Permalink
Increased the GO version to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
petaki committed Feb 14, 2025
1 parent be28424 commit 3470059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'

- name: Test
run: go test -v ./...
Expand All @@ -24,5 +24,5 @@ jobs:
- name: Staticcheck
uses: dominikh/[email protected]
with:
version: '2024.1.1'
version: '2025.1'
install-go: false
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/petaki/inertia-go

go 1.23
go 1.24

0 comments on commit 3470059

Please sign in to comment.