Skip to content

Commit

Permalink
update to go1.23.2 (#1653)
Browse files Browse the repository at this point in the history
* update to go1.23.2

Signed-off-by: cpanato <[email protected]>

* fix deprecated field

Signed-off-by: cpanato <[email protected]>

---------

Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Oct 9, 2024
1 parent e1c1ac4 commit aa8fbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ checksum:
name_template: "{{ .ProjectName }}_checksums.txt"

snapshot:
name_template: SNAPSHOT-{{ .ShortCommit }}
version_template: SNAPSHOT-{{ .ShortCommit }}

release:
prerelease: allow # remove this when we start publishing non-prerelease or set to auto
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/sigstore/policy-controller

go 1.23

toolchain go1.23.1
go 1.23.2

require (
github.com/aws/aws-sdk-go v1.55.5
Expand Down

0 comments on commit aa8fbc1

Please sign in to comment.