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 231dfb8 commit 8ac0c74Copy full SHA for 8ac0c74
.github/workflows/build.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Set up Go
14
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
15
with:
16
go-version: 1.15
17
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
@@ -44,7 +44,7 @@ jobs:
44
needs: [lint, test]
45
46
47
48
49
50
0 commit comments