diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5448a11..1a7aef7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.25' - run: go mod download - run: go test ./... diff --git a/go.mod b/go.mod index 474be93..c789838 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/henrywhitaker3/prompage go 1.23.0 -toolchain go1.24.2 +toolchain go1.25.1 require ( github.com/DataDog/datadog-api-client-go/v2 v2.37.1