We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3adde commit 3335cbfCopy full SHA for 3335cbf
.github/workflows/test.yaml
@@ -8,7 +8,7 @@ jobs:
8
- name: Set up Go 1.22.0
9
uses: actions/setup-go@v5
10
with:
11
- go-version: 1.22.0
+ go-version: 1.24.5
12
13
- name: Check out code into the Go module directory
14
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
go.mod
@@ -2,7 +2,7 @@ module github.com/yutachaos/kube-job-notifier
2
3
go 1.23
4
5
-toolchain go1.23.3
+toolchain go1.24.5
6
7
require (
github.com/DataDog/datadog-go v4.8.3+incompatible
0 commit comments