Skip to content

Commit 4de004c

Browse files
committed
Update pipelines to 1.21
1 parent 548d923 commit 4de004c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/goreleaser-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.18
19+
go-version: 1.21
2020
-
2121
name: Docker Login
2222
uses: docker/login-action@v1

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.18
19+
go-version: 1.21
2020
-
2121
name: Docker Login
2222
uses: docker/login-action@v1

.github/workflows/test-kubectl-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
kubectl-hlf:
99
strategy:
1010
matrix:
11-
go-version: [ 1.18.x ]
11+
go-version: [ 1.21.x ]
1212
os: [ ubuntu-latest ]
1313
runs-on: ${{ matrix.os }}
1414
env:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
strategy:
99
matrix:
10-
go-version: [ 1.18.x ]
10+
go-version: [ 1.21.x ]
1111
os: [ ubuntu-latest ]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)