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 2eaffff commit 8e2a36cCopy full SHA for 8e2a36c
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
16
17
- name: Install Go
18
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
+ uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
19
with:
20
go-version: 'stable'
21
- run: make validate
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments