Skip to content

Commit

Permalink
bump go version to 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dareste committed Dec 12, 2024
1 parent 8218efc commit f79e318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: '1.22.4'
go-version: '1.23.4'

- name: Install Cosign
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/nginxinc/nginx-k8s-supportpkg

go 1.22.4
toolchain go1.23.4
go 1.23.4

require (
github.com/mittwald/go-helm-client v0.12.15
Expand Down

0 comments on commit f79e318

Please sign in to comment.