Skip to content

Commit

Permalink
Merge pull request #3905 from thaJeztah/bump_go_1.19.9
Browse files Browse the repository at this point in the history
update to go1.19.9
  • Loading branch information
milosgajdos committed May 9, 2023
2 parents 681d7dc + 322eb4e commit ada0064
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
go:
- 1.18
- 1.19
- 1.19.9
steps:
-
name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/git.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/lint.Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vendor.Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ada0064

Please sign in to comment.