Skip to content

Commit

Permalink
chore: bump golang to 1.18.3
Browse files Browse the repository at this point in the history
Bump Golang to 1.18.3

Ref:
  - siderolabs/pkgs#498
  - siderolabs/extras#51

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Jun 3, 2022
1 parent c1aed62 commit c126f2e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0
PKGS ?= v1.1.0-1-gdc21e30
EXTRAS ?= v1.1.0
TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-alpha.0
PKGS ?= v1.2.0-alpha.0-1-g4d47830
EXTRAS ?= v1.2.0-alpha.0
GO_VERSION ?= 1.18
GOIMPORTS_VERSION ?= v0.1.10
GOFUMPT_VERSION ?= v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Talos now enables the Raspberry Pi PoE fan control by pulling in the poe overlay
* runc: 1.1.2
* CoreDNS: v1.9.3
Talos is built with Go 1.18.2
Talos is built with Go 1.18.3
"""

[notes.eudev]
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ const (
DBusClientSocketPath = "/run/dbus/system_bus_socket"

// GoVersion is the version of Go compiler this release was built with.
GoVersion = "go1.18.2"
GoVersion = "go1.18.3"
)

// See https://linux.die.net/man/3/klogctl
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/extras
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0
v1.2.0-alpha.0
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0-1-gdc21e30
v1.2.0-alpha.0-1-g4d47830

0 comments on commit c126f2e

Please sign in to comment.