Skip to content

Commit

Permalink
Merge pull request #297 from thaJeztah/update_go_1.20.6
Browse files Browse the repository at this point in the history
update go to go1.20.6, debian bullseye
  • Loading branch information
thaJeztah committed Jul 17, 2023
2 parents 7f48455 + a3d1ffc commit 8396edb
Show file tree
Hide file tree
Showing 4 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 @@ -15,7 +15,7 @@ on:

env:
DESTDIR: ./bin
GO_VERSION: 1.20.5
GO_VERSION: 1.20.6

jobs:
validate:
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.20.5
ARG GO_VERSION=1.20.6
ARG XX_VERSION=1.2.1
ARG OSXCROSS_VERSION=11.3-r7-debian
ARG GOLANGCI_LINT_VERSION=v1.51.1
Expand Down
4 changes: 2 additions & 2 deletions deb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.20.5
ARG GO_VERSION=1.20.6
ARG DISTRO=ubuntu
ARG SUITE=focal

FROM golang:${GO_VERSION}-buster AS golang
FROM golang:${GO_VERSION}-bullseye AS golang

FROM ${DISTRO}:${SUITE}

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.20.5"
default = "1.20.6"
}

# Defines the output folder
Expand Down

0 comments on commit 8396edb

Please sign in to comment.