Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit aa8fbc1

Browse files
authored
update to go1.23.2 (#1653)
* 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]>
1 parent e1c1ac4 commit aa8fbc1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ checksum:
6868
name_template: "{{ .ProjectName }}_checksums.txt"
6969

7070
snapshot:
71-
name_template: SNAPSHOT-{{ .ShortCommit }}
71+
version_template: SNAPSHOT-{{ .ShortCommit }}
7272

7373
release:
7474
prerelease: allow # remove this when we start publishing non-prerelease or set to auto

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/sigstore/policy-controller
22

3-
go 1.23
4-
5-
toolchain go1.23.1
3+
go 1.23.2
64

75
require (
86
github.com/aws/aws-sdk-go v1.55.5

0 commit comments

Comments
 (0)