Skip to content

Commit ae7e63b

Browse files
chore(deps): update dependency go to v1.25.0
1 parent 1704fc7 commit ae7e63b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-go@v5
1212
with:
13-
go-version: '1.22'
13+
go-version: '1.25'
1414
- run: go mod download
1515
- run: go test ./...
1616

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/henrywhitaker3/prompage
22

33
go 1.23.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.0
66

77
require (
88
github.com/DataDog/datadog-api-client-go/v2 v2.37.1

0 commit comments

Comments
 (0)