Skip to content

Commit

Permalink
Merge pull request #85 from nginxinc/go-version-bump
Browse files Browse the repository at this point in the history
chore: bump go version to 1.23.4
  • Loading branch information
mrajagopal authored Dec 16, 2024
2 parents 8218efc + f79e318 commit cd87c65
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 cd87c65

Please sign in to comment.