Skip to content

Commit 746cc92

Browse files
authored
Merge pull request #147 from jochil/pipeline-update
ci: update used github actions and go version matrix
2 parents ad63693 + 2dff9fb commit 746cc92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: ['1.17', '1.16', '1.15', '1.14']
15+
go: ['1.22', '1.21', '1.20', '1.19']
1616
name: Test on ${{ matrix.go }}
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Setup go
20-
uses: actions/setup-go@v2
20+
uses: actions/setup-go@v5
2121
with:
2222
go-version: ${{ matrix.go }}
2323
- name: Download dependencies

0 commit comments

Comments
 (0)