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 364e38f commit d670bb7Copy full SHA for d670bb7
.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.21.3-alpine
+ container: golang:1.22-alpine
22
steps:
23
24
- name: Install make
Dockerfile-alpine
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.21.3-alpine
+ARG GO_VERSION=1.22-alpine
2
ARG TERRAFORM_VERSION=1.5.4
3
ARG ALPINE_VERSION=3.18.3
4
0 commit comments