We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1704fc7 commit ae7e63bCopy full SHA for ae7e63b
.github/workflows/test.yaml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: actions/setup-go@v5
12
with:
13
- go-version: '1.22'
+ go-version: '1.25'
14
- run: go mod download
15
- run: go test ./...
16
go.mod
@@ -2,7 +2,7 @@ module github.com/henrywhitaker3/prompage
2
3
go 1.23.0
4
5
-toolchain go1.24.2
+toolchain go1.25.0
6
7
require (
8
github.com/DataDog/datadog-api-client-go/v2 v2.37.1
0 commit comments