We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ba65ce + d51caf7 commit ec59a67Copy full SHA for ec59a67
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.1.0
+ - uses: actions/checkout@v3.3.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@v3
37
with:
0 commit comments