Skip to content

Commit

Permalink
bump go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sarvarov committed Sep 25, 2024
1 parent 345a0cf commit e13864d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.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.22
go-version: 1.23

- name: Verify dependencies
run: go mod verify
Expand Down
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/romsar/gonertia

go 1.22
go 1.23

0 comments on commit e13864d

Please sign in to comment.