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 16
16
- name : Set up Go
17
17
uses : actions/setup-go@v2
18
18
with :
19
- go-version : 1.18
19
+ go-version : 1.21
20
20
-
21
21
name : Docker Login
22
22
uses : docker/login-action@v1
Original file line number Diff line number Diff line change 16
16
- name : Set up Go
17
17
uses : actions/setup-go@v2
18
18
with :
19
- go-version : 1.18
19
+ go-version : 1.21
20
20
-
21
21
name : Docker Login
22
22
uses : docker/login-action@v1
Original file line number Diff line number Diff line change 8
8
kubectl-hlf :
9
9
strategy :
10
10
matrix :
11
- go-version : [ 1.18 .x ]
11
+ go-version : [ 1.21 .x ]
12
12
os : [ ubuntu-latest ]
13
13
runs-on : ${{ matrix.os }}
14
14
env :
Original file line number Diff line number Diff line change 7
7
test :
8
8
strategy :
9
9
matrix :
10
- go-version : [ 1.18 .x ]
10
+ go-version : [ 1.21 .x ]
11
11
os : [ ubuntu-latest ]
12
12
runs-on : ${{ matrix.os }}
13
13
steps :
You can’t perform that action at this time.
0 commit comments