File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v4
1717 with :
18- go-version : 1.22.2
18+ go-version : 1.24.4
1919 - name : golangci-lint
2020 if : github.event_name == 'pull_request'
2121 uses : golangci/golangci-lint-action@v6
3030 - name : Set up Go
3131 uses : actions/setup-go@v4
3232 with :
33- go-version : 1.22.2
33+ go-version : 1.24.4
3434 - name : Test
3535 run : make test
3636 - uses : codecov/codecov-action@v4.5.0
Original file line number Diff line number Diff line change 1313 - name : Set up Go
1414 uses : actions/setup-go@v4
1515 with :
16- go-version : 1.22.2
16+ go-version : 1.24.4
1717 - name : golangci-lint
1818 if : github.event_name == 'pull_request'
1919 uses : golangci/golangci-lint-action@v6
2828 - name : Set up Go
2929 uses : actions/setup-go@v4
3030 with :
31- go-version : 1.22.2
31+ go-version : 1.24.4
3232 - name : Test
3333 run : make test
3434 - uses : codecov/codecov-action@v4.5.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/baizeai/kube-snapshot
22
33go 1.24.0
44
5- toolchain go1.24.1
5+ toolchain go1.24.4
66
77require (
88 github.com/Masterminds/semver/v3 v3.3.1
You can’t perform that action at this time.
0 commit comments