Skip to content

Commit 1d90a66

Browse files
committed
feat(build): bump Golang to version 1.23.4
1 parent 499162a commit 1d90a66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
env:
1414
VERSION_KIND: v0.24.0
1515
VERSION_GOLANGCILINT: latest
16-
VERSION_GOLANG: '1.23.2'
16+
VERSION_GOLANG: '1.23.4'
1717

1818
jobs:
1919
static-analysis:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
COMMIT_EMAIL: [email protected]
1313
VERSION_KIND: v0.24.0
1414
VERSION_GOLANGCILINT: latest
15-
VERSION_GOLANG: '1.23.2'
15+
VERSION_GOLANG: "1.23.4"
1616
VERSION_CHARTRELEASER: '1.6.0'
1717
VERSION_OCI_BUSYBOX: '1.37.0-glibc'
1818
VERSION_OCI_ALPINE: '3.20.3'

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/enix/x509-certificate-exporter/v3
22

3-
go 1.23.2
3+
go 1.23.4
44

55
require (
66
github.com/KimMachineGun/automemlimit v0.6.1

0 commit comments

Comments
 (0)