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 39c238b commit c8df201Copy full SHA for c8df201
.github/workflows/push-pr.yaml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
22
with:
23
persist-credentials: false
24
- - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
+ - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
25
26
go-version-file: go.mod
27
- run: |
@@ -84,7 +84,7 @@ jobs:
84
85
exit 1
86
fi
87
88
89
90
cache: false # Recommended by golangci-lint, undocumented why.
0 commit comments