Skip to content

Commit

Permalink
require go1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Nov 1, 2024
1 parent 5af5e80 commit 48d9b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/go-test-config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"skip32bit": true
"skip32bit": true,
"go-versions": ["this"]
}
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/ipni/indexstar

go 1.22.0

toolchain go1.23.2
go 1.23.2

require (
contrib.go.opencensus.io/exporter/prometheus v0.4.0
Expand Down

0 comments on commit 48d9b41

Please sign in to comment.