File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/yutachaos/kube-job-notifier
22
33go 1.23
44
5- toolchain go1.23.3
5+ toolchain go1.25.0
66
77require (
88 github.com/DataDog/datadog-go v4.8.3+incompatible
You can’t perform that action at this time.
0 commit comments