Skip to content

Commit d94cc7f

Browse files
committed
Update workflows
1 parent 318bc61 commit d94cc7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Set up Git
1616
run: |

.github/workflows/test-and-coverage-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [ '1.19', '1.20' ]
15+
go: [ '1.20', '1.21' ]
1616
name: Go ${{ matrix.go }}
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919

2020
- name: Setup go
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v4
2222
with:
2323
go-version: ${{ matrix.go }}
2424

0 commit comments

Comments
 (0)