Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
petaki committed Sep 18, 2023
2 parents 787e939 + 489f43e commit 8072c3d
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.20'
go-version: '1.21'

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

0 comments on commit 8072c3d

Please sign in to comment.