Skip to content

Commit 292722b

Browse files
authored
Merge pull request #308 from thaJeztah/update_golang_1.21.6
update to go1.21.6
2 parents 979dcc4 + 9629bd7 commit 292722b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.6
18+
GO_VERSION: 1.21.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.6
3+
ARG GO_VERSION=1.21.6
44
ARG XX_VERSION=1.2.1
55
ARG OSXCROSS_VERSION=11.3-r7-debian
66
ARG GOLANGCI_LINT_VERSION=v1.55.2

deb/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.6
3+
ARG GO_VERSION=1.21.6
44
ARG DISTRO=ubuntu
55
ARG SUITE=focal
66

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.6"
2+
default = "1.21.6"
33
}
44

55
# Defines the output folder

0 commit comments

Comments
 (0)