Merge pull request #3905 from thaJeztah/bump_go_1.19.9

update to go1.19.9
This commit is contained in:
Milos Gajdos
2023-05-09 16:45:31 +01:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ jobs:
matrix:
go:
- 1.18
- 1.19
- 1.19.9
steps:
-
name: Checkout

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.18
ARG GO_VERSION=1.19.9
ARG ALPINE_VERSION=3.16
ARG XX_VERSION=1.2.1

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.18
ARG GO_VERSION=1.19.9
ARG ALPINE_VERSION=3.16
FROM alpine:${ALPINE_VERSION} AS base

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.18
ARG GO_VERSION=1.19.9
ARG ALPINE_VERSION=3.16
ARG GOLANGCI_LINT_VERSION=v1.52

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.18
ARG GO_VERSION=1.19.9
ARG ALPINE_VERSION=3.16
ARG MODOUTDATED_VERSION=v0.8.0