Merge pull request #9525 from thaJeztah/update_golang_1.18.3

update golang to 1.18.3
This commit is contained in:
Guillaume Lours 2022-06-02 10:03:29 +02:00 committed by GitHub
commit 51b4651ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: 1.18.3
id: go
- name: Checkout code into the Go module directory

View File

@ -22,7 +22,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: 1.18.3
id: go
- name: Checkout code into the Go module directory
@ -49,7 +49,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: 1.18.3
id: go
- name: Checkout code into the Go module directory
@ -74,7 +74,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: 1.18.3
id: go
- name: Setup docker CLI
@ -110,7 +110,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: 1.18.3
id: go
- name: Setup docker CLI

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: 1.18.3
id: go
- name: Setup docker CLI

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GO_VERSION=1.18.2-alpine
ARG GO_VERSION=1.18.3-alpine
ARG GOLANGCI_LINT_VERSION=v1.40.1-alpine
ARG PROTOC_GEN_GO_VERSION=v1.4.3

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GO_VERSION=1.18.2
ARG GO_VERSION=1.18.3
ARG FORMATS=md,yaml
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS docsgen