File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 28
28
- name : check clean vendors
29
29
run : go mod vendor
30
30
- name : upload coverage to codecov.io
31
- if : ${{ matrix.go == '1.21 ' }}
31
+ if : ${{ matrix.go == '1.22 ' }}
32
32
uses : codecov/codecov-action@v4
33
33
with :
34
34
files : ./cover.out
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- go : ['1.21 ']
15
+ go : ['1.22 ']
16
16
17
17
steps :
18
18
- name : install make
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
strategy :
17
17
matrix :
18
- go : ['1.21 ']
18
+ go : ['1.22 ']
19
19
steps :
20
20
- name : install make
21
21
run : sudo apt-get install make
46
46
runs-on : ubuntu-latest
47
47
strategy :
48
48
matrix :
49
- go : ['1.21 ']
49
+ go : ['1.22 ']
50
50
steps :
51
51
- name : install make
52
52
run : sudo apt-get install make
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
strategy :
18
18
matrix :
19
- go : ['1.21 ']
19
+ go : ['1.22 ']
20
20
steps :
21
21
- name : install make
22
22
run : sudo apt-get install make
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
strategy :
16
16
matrix :
17
- go : ['1.21 ']
17
+ go : ['1.22 ']
18
18
steps :
19
19
- name : checkout
20
20
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ linters:
18
18
- unused
19
19
linters-settings :
20
20
stylecheck :
21
- go : " 1.21 "
21
+ go : " 1.22 "
22
22
gocritic :
23
23
enabled-checks :
24
24
- hugeParam
Original file line number Diff line number Diff line change 1
1
# We do not use --platform feature to auto fill this ARG because of incompatibility between podman and docker
2
2
ARG TARGETPLATFORM=linux/amd64
3
3
ARG BUILDPLATFORM=linux/amd64
4
- FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.21 as builder
4
+ FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22 as builder
5
5
6
6
ARG TARGETPLATFORM
7
7
ARG TARGETARCH=amd64
You can’t perform that action at this time.
0 commit comments