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.
2 parents 9ace8b2 + edc24e3 commit d7bededCopy full SHA for d7beded
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
19
- name: Set up Go
20
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
21
with:
22
go-version: 1.18
23
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
@@ -48,7 +48,7 @@ jobs:
48
fetch-depth: 2
49
50
51
52
53
go-version: ${{ matrix.go }}
54
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
go-version: "1.18"
71
0 commit comments