Skip to content

Commit

Permalink
feat(build): bump Golang to version 1.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Sep 6, 2023
1 parent 1b7c861 commit f2a7a19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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.20.0
VERSION_GOLANGCILINT: latest
VERSION_GOLANG: '1.20.6'
VERSION_GOLANG: '1.20.7'

jobs:
static-analysis:
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: monkeynator@enix.io
VERSION_KIND: v0.20.0
VERSION_GOLANGCILINT: latest
VERSION_GOLANG: '1.20.6'
VERSION_GOLANG: '1.20.7'
VERSION_CHARTRELEASER: '1.6.0'
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
VERSION_OCI_ALPINE: '3.18.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.20.6-alpine as build
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.20.7-alpine as build

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

Expand Down

0 comments on commit f2a7a19

Please sign in to comment.