We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80b9a1e + 732d180 commit 4aad077Copy full SHA for 4aad077
1 file changed
.github/workflows/go.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3.1.0
15
16
- name: Set up Go
17
uses: actions/setup-go@v3
@@ -31,7 +31,7 @@ jobs:
31
name: lint
32
33
34
35
- name: golangci-lint
36
uses: golangci/golangci-lint-action@v2
37
with:
0 commit comments