File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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 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
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
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.1
66
77require (
88 github.com/DataDog/datadog-go v4.8.3+incompatible
You can’t perform that action at this time.
0 commit comments