We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf63093 + b559241 commit f43b0f7Copy full SHA for f43b0f7
.github/workflows/build_test.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-20.04
9
steps:
10
- name: Install Go
11
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
12
with:
13
go-version: ${{ matrix.go-version }}
14
- name: Checkout code
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
- name: Setup go
15
go-version: 1.17
16
- name: Checkout repository
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
0 commit comments