File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
uses : actions/setup-go@v5
58
58
with :
59
59
cache : false
60
- go-version : 1.23.0
60
+ go-version : 1.23.2
61
61
- name : Set common go env vars
62
62
run : |-
63
63
go env -w GOTOOLCHAIN=local
80
80
uses : goreleaser/goreleaser-action@v5
81
81
with :
82
82
install-only : true
83
- version : v2.2.0
83
+ version : v2.3.2
84
84
- name : Run GoReleaser with CUE
85
85
env :
86
86
CUE_LOGINS : ${{ secrets.NOTCUECKOO_CUE_LOGINS }}
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ matrixGo: ["1.22.x", latestGo]
42
42
// Use a specific latest version for release builds.
43
43
// Note that we don't want ".x" for the sake of reproducibility,
44
44
// so we instead pin a specific Go release.
45
- pinnedReleaseGo : " 1.23.0 "
45
+ pinnedReleaseGo : " 1.23.2 "
46
46
47
- goreleaserVersion : " v2.2.0 "
47
+ goreleaserVersion : " v2.3.2 "
48
48
49
49
// zeroReleaseTagSuffix is the suffix used to identify all "zero" releases.
50
50
// When we create a release branch for v0.$X.0, it's likely that commits on the
You can’t perform that action at this time.
0 commit comments