Skip to content

Commit

Permalink
Update go versions (#4303)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Mar 18, 2024
2 parents 7c75174 + 1cb89e3 commit 1e3de58
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.12
- 1.21.5
- 1.20.14
- 1.21.8
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.21.5
ARG GO_VERSION=1.21.8
ARG ALPINE_VERSION=3.19
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.21.5
ARG GO_VERSION=1.21.8
ARG ALPINE_VERSION=3.19

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.12
ARG GO_VERSION=1.20.14
ARG ALPINE_VERSION=3.19

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.12
ARG GO_VERSION=1.20.14
ARG ALPINE_VERSION=3.19
ARG GOLANGCI_LINT_VERSION=v1.55.2
ARG BUILDTAGS=""
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vendor.Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.12
ARG GO_VERSION=1.20.14
ARG ALPINE_VERSION=3.19
ARG MODOUTDATED_VERSION=v0.8.0

Expand Down

0 comments on commit 1e3de58

Please sign in to comment.