Skip to content

Commit 3662247

Browse files
Merge pull request #2113 from rackerlabs/renovate/actions-setup-go-digest
chore(deps): update actions/setup-go digest to 924ae3a
2 parents b0b3af9 + 4bc164f commit 3662247

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-dexop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Install Go
26-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
26+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2727
with:
2828
go-version: '1.25'
2929
cache: true

.github/workflows/build-ironic-hardware-exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Install Go
33-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
33+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
3434
with:
3535
go-version: '1.25'
3636
cache: true

.github/workflows/build-nautobotop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Install Go
26-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
26+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2727
with:
2828
go-version: '1.25'
2929
cache: true

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545

4646
# Set up Go environment
47-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
47+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050
outputs:

.github/workflows/go-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4949

50-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
50+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
5151
with:
5252
go-version-file: go/${{ matrix.app }}/go.mod
5353

.github/workflows/release-understackctl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 1
2525

2626
- name: Setup Go
27-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
27+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2828
with:
2929
go-version-file: 'go/understackctl/go.mod'
3030
cache-dependency-path: 'go/understackctl/go.sum'

0 commit comments

Comments
 (0)