Skip to content

Commit

Permalink
Update Go to v1.23 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm authored Nov 20, 2024
1 parent 0221f4b commit 3b881f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

env:
GO: "1.21"
GO: "1.23"
MONGO_USERNAME: "admin"
MONGO_PASSWORD: "adminpass"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sv-tools/mongoifc

go 1.22.0
go 1.23.0

require (
github.com/stretchr/testify v1.9.0
Expand Down

0 comments on commit 3b881f3

Please sign in to comment.