Skip to content

Commit

Permalink
update to go1.22.8
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Oct 25, 2024
1 parent db1da9d commit 28867b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
DESTDIR: ./bin
GO_VERSION: 1.21.10
GO_VERSION: 1.22.8

jobs:
validate:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.21.10
ARG GO_VERSION=1.22.8
ARG DEBIAN_VERSION=bookworm

ARG XX_VERSION=1.5.0
Expand Down
2 changes: 1 addition & 1 deletion deb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION=1.21.10
ARG GO_VERSION=1.22.8
ARG DISTRO=ubuntu
ARG SUITE=focal

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.21.10"
default = null
}

# Defines the output folder
Expand Down

0 comments on commit 28867b4

Please sign in to comment.