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 318bc61 commit d94cc7fCopy full SHA for d94cc7f
.github/workflows/build-and-release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
15
- name: Set up Git
16
run: |
.github/workflows/test-and-coverage-report.yml
@@ -12,13 +12,13 @@ jobs:
strategy:
matrix:
- go: [ '1.19', '1.20' ]
+ go: [ '1.20', '1.21' ]
name: Go ${{ matrix.go }}
17
18
- - uses: actions/checkout@v2
19
20
- name: Setup go
21
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
22
with:
23
go-version: ${{ matrix.go }}
24
0 commit comments