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 ced320b commit c59e1dfCopy full SHA for c59e1df
.github/workflows/goreleaser.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0
20
-
21
name: Setup go
22
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
23
with:
24
go-version: '^1'
25
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Setup go
12
13
14
15
- name: Checkout repository
0 commit comments