Skip to content

Commit 24c7c40

Browse files
chore(deps): update dependency go
1 parent 4962f3c commit 24c7c40

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
@@ -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.24.5
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.24.6
66

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

0 commit comments

Comments
 (0)