Skip to content

Commit 1f111e8

Browse files
authored
Merge pull request #30 from BaizeAI/renovate/go-1.x
chore(deps): update dependency go to v1.24.4
2 parents dd97d54 + eaed1ff commit 1f111e8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -30,7 +30,7 @@ jobs:
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

.github/workflows/ci-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -28,7 +28,7 @@ jobs:
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/baizeai/kube-snapshot
22

33
go 1.24.0
44

5-
toolchain go1.24.1
5+
toolchain go1.24.4
66

77
require (
88
github.com/Masterminds/semver/v3 v3.3.1

0 commit comments

Comments
 (0)