Skip to content

Commit 32216a2

Browse files
chore(deps): update dependency go
1 parent 4962f3c commit 32216a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go 1.22
1212
uses: actions/setup-go@v5
1313
with:
14-
go-version: 1.22
14+
go-version: 1.25
1515

1616
- name: Check out code into the Go module directory
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Go 1.22.0
99
uses: actions/setup-go@v5
1010
with:
11-
go-version: 1.22.0
11+
go-version: 1.25.0
1212

1313
- name: Check out code into the Go module directory
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

go.mod

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

33
go 1.23
44

5-
toolchain go1.23.3
5+
toolchain go1.25.1
66

77
require (
88
github.com/DataDog/datadog-go v4.8.3+incompatible

0 commit comments

Comments
 (0)