File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/setup-go@v3
13
13
with :
14
- go-version : 1.21
14
+ go-version : 1.22
15
15
16
16
- uses : actions/checkout@v3
17
17
44
44
- name : Set up Go 1.x
45
45
uses : actions/setup-go@v5
46
46
with :
47
- go-version : 1.21
47
+ go-version : 1.22
48
48
- name : Check out code
49
49
uses : actions/checkout@v2
50
50
61
61
- name : Set up Go 1.x
62
62
uses : actions/setup-go@v5
63
63
with :
64
- go-version : 1.21
64
+ go-version : 1.22
65
65
66
66
- name : Check out code
67
67
uses : actions/checkout@v2
85
85
- name : Set up Go 1.x
86
86
uses : actions/setup-go@v5
87
87
with :
88
- go-version : 1.21
88
+ go-version : 1.22
89
89
- name : Check out code
90
90
uses : actions/checkout@v2
91
91
@@ -105,7 +105,7 @@ jobs:
105
105
- name : Set up Go 1.x
106
106
uses : actions/setup-go@v5
107
107
with :
108
- go-version : 1.21
108
+ go-version : 1.22
109
109
- name : Check out code
110
110
uses : actions/checkout@v2
111
111
@@ -126,7 +126,7 @@ jobs:
126
126
- name : Set up Go 1.x
127
127
uses : actions/setup-go@v5
128
128
with :
129
- go-version : 1.21
129
+ go-version : 1.22
130
130
- name : Check out code
131
131
uses : actions/checkout@v2
132
132
Original file line number Diff line number Diff line change 1
1
# build stage
2
- FROM golang:1.21 -alpine AS build-env
2
+ FROM golang:1.22 -alpine AS build-env
3
3
RUN apk add make git bash build-base
4
4
ENV GOPATH=/go
5
5
ENV PATH="/go/bin:${PATH}"
You can’t perform that action at this time.
0 commit comments