Skip to content

Commit 923e01d

Browse files
authored
Merge pull request docker#9645 from thaJeztah/bump_go_1.18.4
update go to 1.18.4
2 parents 9fdd7d8 + d54cd04 commit 923e01d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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
@@ -74,7 +74,7 @@ jobs:
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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
1919
ARG GOLANGCI_LINT_VERSION=v1.40.1-alpine
2020
ARG PROTOC_GEN_GO_VERSION=v1.4.3
2121

docs/docs.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
1919
ARG FORMATS=md,yaml
2020

2121
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS docsgen

0 commit comments

Comments
 (0)