Skip to content

Commit 4d7ea79

Browse files
Update actions/setup-go digest to 4a36011
1 parent b147b0e commit 4d7ea79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4444

4545
- name: Setup Go
46-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
46+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4747
with:
4848
go-version: ${{ env.GO_VERSION }}
4949
cache: false # The golangci-lint action does its own caching.
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6464

6565
- name: Setup Go
66-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
66+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6767
with:
6868
go-version: ${{ env.GO_VERSION }}
6969

0 commit comments

Comments
 (0)