Skip to content

Commit 91825c8

Browse files
chore(deps): update actions/setup-go digest to 4a36011
1 parent f0b74a0 commit 91825c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path: ./bin/
3434
key: binaries
3535
- name: Setup Golang
36-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
36+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3737
with:
3838
go-version-file: "go.mod"
3939
- name: Install envtest
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout
5757
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5858
- name: Setup Golang
59-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
59+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6060
with:
6161
go-version-file: "go.mod"
6262
- name: Generate manifests
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
73-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
73+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
7474
with:
7575
go-version-file: "go.mod"
7676
- name: golangci-lint

0 commit comments

Comments
 (0)