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 15641ed commit a3d7588Copy full SHA for a3d7588
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout
22
uses: actions/checkout@v3
23
- name: Set up Go
24
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
25
with:
26
go-version: 1.18
27
- name: Run test
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
- name: Run linters
0 commit comments