We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f0a08 commit 4e36b6eCopy full SHA for 4e36b6e
.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@v4
+ uses: actions/setup-go@v5
11
with:
12
go-version: 1.19.x
13
.github/workflows/release-binary.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Set up Go
18
19
20
go-version: 1.19
21
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
22
23
24
25
26
27
0 commit comments