Skip to content

Commit

Permalink
update: bump Go version (#4176)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Dec 6, 2023
2 parents 60e7e87 + f3ba0ac commit 04e3bda
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -27,8 +27,8 @@ jobs:
fail-fast: false
matrix:
go:
- 1.20.10
- 1.21.3
- 1.20.12
- 1.21.5
target:
- test-coverage
- test-cloud-storage
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.10
ARG GO_VERSION=1.21.5
ARG ALPINE_VERSION=3.18
ARG XX_VERSION=1.2.1

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/docs.Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.10
ARG GO_VERSION=1.21.5
ARG ALPINE_VERSION=3.18

FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/git.Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.10
ARG GO_VERSION=1.20.12
ARG ALPINE_VERSION=3.18

FROM alpine:${ALPINE_VERSION} AS base
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/lint.Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.10
ARG GO_VERSION=1.20.12
ARG ALPINE_VERSION=3.18
ARG GOLANGCI_LINT_VERSION=v1.55.2
ARG BUILDTAGS="include_gcs"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vendor.Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.10
ARG GO_VERSION=1.20.12
ARG ALPINE_VERSION=3.18
ARG MODOUTDATED_VERSION=v0.8.0

Expand Down

0 comments on commit 04e3bda

Please sign in to comment.