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 a631cf2 commit e5415ceCopy full SHA for e5415ce
.github/workflows/lint.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Install Go
10
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
11
with:
12
go-version: 1.19.x
13
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments