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 1010 - name : Set up Go 1.18
1111 uses : actions/setup-go@v2
1212 with :
13- go-version : 1.18.3
13+ go-version : 1.18.4
1414 id : go
1515
1616 - name : Checkout code into the Go module directory
Original file line number Diff line number Diff line change 2222 - name : Set up Go 1.18
2323 uses : actions/setup-go@v2
2424 with :
25- go-version : 1.18.3
25+ go-version : 1.18.4
2626 id : go
2727
2828 - name : Checkout code into the Go module directory
4949 - name : Set up Go 1.18
5050 uses : actions/setup-go@v2
5151 with :
52- go-version : 1.18.3
52+ go-version : 1.18.4
5353 id : go
5454
5555 - name : Checkout code into the Go module directory
7474 - name : Set up Go 1.18
7575 uses : actions/setup-go@v2
7676 with :
77- go-version : 1.18.3
77+ go-version : 1.18.4
7878 id : go
7979
8080 - name : Setup docker CLI
@@ -110,7 +110,7 @@ jobs:
110110 - name : Set up Go 1.18
111111 uses : actions/setup-go@v2
112112 with :
113- go-version : 1.18.3
113+ go-version : 1.18.4
114114 id : go
115115
116116 - name : Setup docker CLI
Original file line number Diff line number Diff line change 1414 - name : Set up Go 1.18
1515 uses : actions/setup-go@v2
1616 with :
17- go-version : 1.18.3
17+ go-version : 1.18.4
1818 id : go
1919
2020 - name : Setup docker CLI
Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and
1616# limitations under the License.
1717
18- ARG GO_VERSION=1.18.3 -alpine
18+ ARG GO_VERSION=1.18.4 -alpine
1919ARG GOLANGCI_LINT_VERSION=v1.40.1-alpine
2020ARG PROTOC_GEN_GO_VERSION=v1.4.3
2121
Original file line number Diff line number Diff line change 1515# See the License for the specific language governing permissions and
1616# limitations under the License.
1717
18- ARG GO_VERSION=1.18.3
18+ ARG GO_VERSION=1.18.4
1919ARG FORMATS=md,yaml
2020
2121FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS docsgen
You can’t perform that action at this time.
0 commit comments