Skip to content

Commit cb9db12

Browse files
authored
Merge pull request #45 from Lappihuan/renovate/go-1.x
chore(deps): update dependency go to 1.26
2 parents d15e5bf + 6a3caec commit cb9db12

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-go@v6
2121
with:
22-
go-version: "1.25"
22+
go-version: "1.26"
2323

2424
- name: golangci-lint
2525
uses: golangci/golangci-lint-action@v9
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions/setup-go@v6
4747
with:
48-
go-version: "1.25"
48+
go-version: "1.26"
4949

5050
- name: Build
5151
run: go install -trimpath -ldflags="-s -w" ./cmd/kubectl-mittens
@@ -60,7 +60,7 @@ jobs:
6060

6161
- uses: actions/setup-go@v6
6262
with:
63-
go-version: "1.25"
63+
go-version: "1.26"
6464

6565
- name: Install system packages
6666
run: |
@@ -107,7 +107,7 @@ jobs:
107107

108108
- uses: actions/setup-go@v6
109109
with:
110-
go-version: "1.25"
110+
go-version: "1.26"
111111

112112
- name: Run GoReleaser
113113
uses: goreleaser/goreleaser-action@v6

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-go@v6
1616
with:
17-
go-version: "1.25"
17+
go-version: "1.26"
1818

1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v9
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-go@v6
3737
with:
38-
go-version: "1.25"
38+
go-version: "1.26"
3939

4040
- name: Build
4141
run: go build -o /tmp/mittens ./cmd/kubectl-mittens

0 commit comments

Comments
 (0)