File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
- name : Set up Go 1.18
11
11
uses : actions/setup-go@v2
12
12
with :
13
- go-version : 1.18.3
13
+ go-version : 1.18.4
14
14
id : go
15
15
16
16
- name : Checkout code into the Go module directory
Original file line number Diff line number Diff line change 22
22
- name : Set up Go 1.18
23
23
uses : actions/setup-go@v2
24
24
with :
25
- go-version : 1.18.3
25
+ go-version : 1.18.4
26
26
id : go
27
27
28
28
- name : Checkout code into the Go module directory
49
49
- name : Set up Go 1.18
50
50
uses : actions/setup-go@v2
51
51
with :
52
- go-version : 1.18.3
52
+ go-version : 1.18.4
53
53
id : go
54
54
55
55
- name : Checkout code into the Go module directory
74
74
- name : Set up Go 1.18
75
75
uses : actions/setup-go@v2
76
76
with :
77
- go-version : 1.18.3
77
+ go-version : 1.18.4
78
78
id : go
79
79
80
80
- name : Setup docker CLI
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Set up Go 1.18
111
111
uses : actions/setup-go@v2
112
112
with :
113
- go-version : 1.18.3
113
+ go-version : 1.18.4
114
114
id : go
115
115
116
116
- name : Setup docker CLI
Original file line number Diff line number Diff line change 14
14
- name : Set up Go 1.18
15
15
uses : actions/setup-go@v2
16
16
with :
17
- go-version : 1.18.3
17
+ go-version : 1.18.4
18
18
id : go
19
19
20
20
- name : Setup docker CLI
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
18
- ARG GO_VERSION=1.18.3 -alpine
18
+ ARG GO_VERSION=1.18.4 -alpine
19
19
ARG GOLANGCI_LINT_VERSION=v1.40.1-alpine
20
20
ARG PROTOC_GEN_GO_VERSION=v1.4.3
21
21
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
18
- ARG GO_VERSION=1.18.3
18
+ ARG GO_VERSION=1.18.4
19
19
ARG FORMATS=md,yaml
20
20
21
21
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS docsgen
You can’t perform that action at this time.
0 commit comments