Skip to content

Commit d670bb7

Browse files
committed
chore: upgrade Go version from 1.21.3 to 1.22 in Docker and GitHub Actions
1 parent 364e38f commit d670bb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.21.3-alpine
21+
container: golang:1.22-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.21.3-alpine
1+
ARG GO_VERSION=1.22-alpine
22
ARG TERRAFORM_VERSION=1.5.4
33
ARG ALPINE_VERSION=3.18.3
44

0 commit comments

Comments
 (0)