Skip to content

Commit ea3f4f6

Browse files
authored
Merge pull request #112 from ekristen/renovate/actions-setup-go-digest
chore(deps): update actions/setup-go digest to 0aaccfd
2 parents 6825528 + 5be246a commit ea3f4f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
20+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2121
with:
2222
go-version: '1.21.x'
2323
cache: false

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
17+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
1818
with:
1919
go-version: '1.21.x'
2020
- name: download go mods

0 commit comments

Comments
 (0)