Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
petaki committed Mar 24, 2024
2 parents 8072c3d + 9782e73 commit 140c576
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@v3
with:
go-version: '1.21'
go-version: '1.22'

- name: Test
run: go test -v ./...
Expand All @@ -24,5 +24,5 @@ jobs:
- name: Staticcheck
uses: dominikh/[email protected]
with:
version: '2023.1.6'
version: '2023.1.7'
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.21
go 1.22

0 comments on commit 140c576

Please sign in to comment.