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 c11c846 commit 766da45Copy full SHA for 766da45
.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@v3
+ uses: actions/setup-go@v4
25
with:
26
go-version-file: 'go.mod'
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