File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup Go
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : ' ~1.24 .0'
18+ go-version : ' ~1.25 .0'
1919
2020 - name : Run linter
2121 uses : golangci/golangci-lint-action@v8
Original file line number Diff line number Diff line change 1515 - name : Setup Go
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : ' ~1.24 .0'
18+ go-version : ' ~1.25 .0'
1919
2020 - name : Install the latest version of kind
2121 run : |
Original file line number Diff line number Diff line change 1515 - name : Setup Go
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : ' ~1.24 .0'
18+ go-version : ' ~1.25 .0'
1919
2020 - name : Running Tests
2121 run : |
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module go.datum.net/workload-operator
22
33go 1.24.0
44
5- toolchain go1.24.2
5+ toolchain go1.25.3
66
77require (
88 github.com/google/go-cmp v0.7.0
You can’t perform that action at this time.
0 commit comments