Skip to content

Commit 8396edb

Browse files
authored
Merge pull request #297 from thaJeztah/update_go_1.20.6
update go to go1.20.6, debian bullseye
2 parents 7f48455 + a3d1ffc commit 8396edb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
DESTDIR: ./bin
18-
GO_VERSION: 1.20.5
18+
GO_VERSION: 1.20.6
1919

2020
jobs:
2121
validate:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.20.5
3+
ARG GO_VERSION=1.20.6
44
ARG XX_VERSION=1.2.1
55
ARG OSXCROSS_VERSION=11.3-r7-debian
66
ARG GOLANGCI_LINT_VERSION=v1.51.1

deb/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.20.5
3+
ARG GO_VERSION=1.20.6
44
ARG DISTRO=ubuntu
55
ARG SUITE=focal
66

7-
FROM golang:${GO_VERSION}-buster AS golang
7+
FROM golang:${GO_VERSION}-bullseye AS golang
88

99
FROM ${DISTRO}:${SUITE}
1010

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "GO_VERSION" {
2-
default = "1.20.5"
2+
default = "1.20.6"
33
}
44

55
# Defines the output folder

0 commit comments

Comments
 (0)