We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde49b3 commit 52f0cb6Copy full SHA for 52f0cb6
.github/workflows/build.yml
@@ -15,7 +15,7 @@ on:
15
16
env:
17
DESTDIR: ./bin
18
- GO_VERSION: 1.18.5
+ GO_VERSION: 1.20.3
19
20
jobs:
21
validate:
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG GO_VERSION=1.18.5
+ARG GO_VERSION=1.20.3
4
ARG XX_VERSION=1.2.1
5
ARG OSXCROSS_VERSION=11.3-r7-debian
6
ARG GOLANGCI_LINT_VERSION=v1.47.3
docker-bake.hcl
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
- default = "1.18.5"
+ default = "1.20.3"
}
# Defines the output folder
0 commit comments