Skip to content

Commit

Permalink
bump golang to 1.23.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid authored and npdgm committed Oct 18, 2024
1 parent 042049e commit bd3e594
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
env:
VERSION_KIND: v0.24.0
VERSION_GOLANGCILINT: latest
VERSION_GOLANG: '1.23.0'
VERSION_GOLANG: '1.23.1'

jobs:
static-analysis:
Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ env.VERSION_GOLANG }}

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
COMMIT_EMAIL: [email protected]
VERSION_KIND: v0.24.0
VERSION_GOLANGCILINT: latest
VERSION_GOLANG: '1.23.0'
VERSION_GOLANG: '1.23.1'
VERSION_CHARTRELEASER: '1.6.0'
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
VERSION_OCI_ALPINE: '3.20.2'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# https://github.com/hadolint/hadolint/issues/861
# hadolint ignore=DL3029
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23.0-alpine as build
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23.1-alpine as build

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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/enix/x509-certificate-exporter/v3

go 1.23.0

//toolchain go1.23.0
toolchain go1.23.1

require (
github.com/KimMachineGun/automemlimit v0.6.1
Expand Down

0 comments on commit bd3e594

Please sign in to comment.