We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 979dcc4 + 9629bd7 commit 292722bCopy full SHA for 292722b
4 files changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ on:
15
16
env:
17
DESTDIR: ./bin
18
- GO_VERSION: 1.20.6
+ GO_VERSION: 1.21.6
19
20
jobs:
21
validate:
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG GO_VERSION=1.20.6
+ARG GO_VERSION=1.21.6
4
ARG XX_VERSION=1.2.1
5
ARG OSXCROSS_VERSION=11.3-r7-debian
6
ARG GOLANGCI_LINT_VERSION=v1.55.2
deb/Dockerfile
ARG DISTRO=ubuntu
ARG SUITE=focal
docker-bake.hcl
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
- default = "1.20.6"
+ default = "1.21.6"
}
# Defines the output folder
0 commit comments