We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54ab5a6 + 3524929 commit c12a873Copy full SHA for c12a873
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: setup go
15
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
16
with:
17
go-version: 1.19
18
- uses: actions/checkout@v4
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
go-version: ${{ matrix.go-version }}
- name: checkout code
0 commit comments