We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85eede5 + 52a4fb0 commit a491aafCopy full SHA for a491aaf
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@v3.3.0
+ - uses: actions/checkout@v3.5.3
15
16
- name: Set up Go
17
uses: actions/setup-go@v4
@@ -31,7 +31,7 @@ jobs:
31
name: lint
32
33
34
35
- name: golangci-lint
36
uses: golangci/golangci-lint-action@v3
37
with:
0 commit comments