Skip to content

Commit 5ef82ae

Browse files
authored
Merge pull request #72 from ConnectEverything/pdp/unbreak-nightly
nightly builds to stable Go (unbreak build)
2 parents 99073ca + 00d0f88 commit 5ef82ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nightly.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
persist-credentials: false
4848

4949
- name: Set up Go
50-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
50+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5151
# v5 over v4 updates the Node runtime from node16 to node20.
5252
with:
5353
# This should be quoted or use .x, but should not be unquoted.
5454
# Remember that a YAML bare float drops trailing zeroes.
55-
go-version: '1.23'
55+
go-version: 'stable'
5656
check-latest: true
5757
# As of v3 of this action, we could also use `go-version-file: # go.mod`
5858
# and get the version from there, but that is semantically wrong: the
@@ -67,15 +67,15 @@ jobs:
6767

6868
- name: Install GoReleaser
6969
id: goreleaser-install
70-
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
70+
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
7171
with:
7272
distribution: goreleaser-pro
7373
version: "~> v2"
7474
install-only: true
7575

7676
- name: Install cosign
7777
id: cosign-install
78-
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
78+
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
7979

8080
# As of actions/setup-go@v4, go modules and build outputs are cached by default.
8181
# Prior to the update to use that, we used actions/cache@v3 here for a step:

0 commit comments

Comments
 (0)