Skip to content

Commit bd83e02

Browse files
authored
Merge pull request #293 from thaJeztah/update_go_1.20.5
update go to go1.20.5
2 parents c842499 + a6e03c6 commit bd83e02

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-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.4
18+
GO_VERSION: 1.20.5
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.4
3+
ARG GO_VERSION=1.20.5
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
ARG GO_VERSION=1.18.5
1+
# syntax=docker/dockerfile:1
2+
3+
ARG GO_VERSION=1.20.5
24
ARG DISTRO=ubuntu
35
ARG SUITE=focal
46

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

55
# Defines the output folder

0 commit comments

Comments
 (0)