File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
- name : Install Go
13
13
uses : actions/setup-go@v4
14
14
with :
15
- go-version : ' 1.20 '
15
+ go-version : ' 1.21 '
16
16
- uses : golangci/golangci-lint-action@v3
17
17
with :
18
18
version : v1.53.3
33
33
- name : Install Go
34
34
uses : actions/setup-go@v4
35
35
with :
36
- go-version : ' 1.20 '
36
+ go-version : ' 1.21 '
37
37
- run : hack/verify-import-aliases.sh
38
38
- run : hack/verify-vendor.sh
39
39
- run : hack/verify-codegen.sh
51
51
- name : Install Go
52
52
uses : actions/setup-go@v4
53
53
with :
54
- go-version : ' 1.20 '
54
+ go-version : ' 1.21 '
55
55
- name : Compile
56
56
run : make all
57
57
test :
64
64
- name : Install Go
65
65
uses : actions/setup-go@v4
66
66
with :
67
- go-version : ' 1.20 '
67
+ go-version : ' 1.21 '
68
68
- run : make test
69
69
e2e-test :
70
70
name : E2e test
Original file line number Diff line number Diff line change 1
- FROM golang:1.20.7
1
+ FROM golang:1.21.3
2
2
3
3
# FROM golang:1.19.2-alpine
4
4
# RUN apk add --no-cache build-base git bash
You can’t perform that action at this time.
0 commit comments