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 d670bb7 commit 42d576dCopy full SHA for 42d576d
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
name: Release bin version
19
runs-on: ubuntu-latest
20
# if: github.event_name != 'workflow_dispatch'
21
- container: golang:1.22-alpine
+ container: golang:1.24-alpine
22
steps:
23
24
- name: Install make
Dockerfile-alpine
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.22-alpine
+ARG GO_VERSION=1.24-alpine
2
ARG TERRAFORM_VERSION=1.5.4
3
ARG ALPINE_VERSION=3.18.3
4
go.mod
@@ -1,8 +1,6 @@
module github.com/shalb/cluster.dev
-go 1.23.0
-
5
-toolchain go1.24.0
+go 1.24
6
7
require (
8
cloud.google.com/go/storage v1.33.0
0 commit comments