Skip to content

Commit 956074c

Browse files
committed
feat(build): bump Golang to version 1.22.5
1 parent 8a8972e commit 956074c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pr-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
env:
1414
VERSION_KIND: v0.23.0
1515
VERSION_GOLANGCILINT: latest
16-
VERSION_GOLANG: '1.22.2'
16+
VERSION_GOLANG: '1.22.5'
1717

1818
jobs:
1919
static-analysis:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
COMMIT_EMAIL: monkeynator@enix.io
1313
VERSION_KIND: v0.23.0
1414
VERSION_GOLANGCILINT: latest
15-
VERSION_GOLANG: '1.22.2'
15+
VERSION_GOLANG: '1.22.5'
1616
VERSION_CHARTRELEASER: '1.6.0'
1717
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
1818
VERSION_OCI_ALPINE: '3.20.1'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# https://github.com/hadolint/hadolint/issues/861
44
# hadolint ignore=DL3029
5-
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22.2-alpine as build
5+
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22.5-alpine as build
66

77
WORKDIR $GOPATH/src/github.com/enix/x509-certificate-exporter
88

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/enix/x509-certificate-exporter/v3
22

33
go 1.22.0
44

5-
toolchain go1.22.2
5+
toolchain go1.22.5
66

77
require (
88
github.com/KimMachineGun/automemlimit v0.6.1

0 commit comments

Comments
 (0)