Skip to content

Commit 8bd9c04

Browse files
chore(deps): update dependency go to v1.25.1
1 parent fb58598 commit 8bd9c04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: '1.21'
30+
go-version: '1.25'
3131
cache: true
3232

3333
- name: Run go mod tidy
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Go
6565
uses: actions/setup-go@v5
6666
with:
67-
go-version: '1.21'
67+
go-version: '1.25'
6868
cache: true
6969

7070
- name: Run tests

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)