Skip to content

Commit

Permalink
Increased the GO version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
petaki committed Aug 24, 2024
1 parent 140c576 commit 642c893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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@v3
with:
go-version: '1.22'
go-version: '1.23'

- name: Test
run: go test -v ./...
Expand All @@ -22,7 +22,7 @@ jobs:
run: go vet ./...

- name: Staticcheck
uses: dominikh/[email protected].0
uses: dominikh/[email protected].1
with:
version: '2023.1.7'
version: '2024.1.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.22
go 1.23

0 comments on commit 642c893

Please sign in to comment.