We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb72db commit fd02abeCopy full SHA for fd02abe
.github/workflows/release.yml
@@ -88,7 +88,7 @@ jobs:
88
ref: ${{ inputs.versionNumber }}
89
fetch-depth: 0
90
91
- - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
+ - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
92
with:
93
go-version-file: 'go.mod'
94
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Check out code
24
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
25
- name: Setup Go
26
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
+ uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
27
28
29
- name: Run linters
0 commit comments