Skip to content

Commit 42d576d

Browse files
committed
chore: upgrade Go version from 1.22 to 1.24 across build files
1 parent d670bb7 commit 42d576d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Release bin version
1919
runs-on: ubuntu-latest
2020
# if: github.event_name != 'workflow_dispatch'
21-
container: golang:1.22-alpine
21+
container: golang:1.24-alpine
2222
steps:
2323

2424
- name: Install make

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.22-alpine
1+
ARG GO_VERSION=1.24-alpine
22
ARG TERRAFORM_VERSION=1.5.4
33
ARG ALPINE_VERSION=3.18.3
44

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/shalb/cluster.dev
22

3-
go 1.23.0
4-
5-
toolchain go1.24.0
3+
go 1.24
64

75
require (
86
cloud.google.com/go/storage v1.33.0

0 commit comments

Comments
 (0)