Skip to content

Commit beb0bcd

Browse files
authored
Update tested go versions (#23)
1 parent 427b256 commit beb0bcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go: [ '^1.0','~1.16', '~1.15', '~1.14' ]
14+
go: [ '^1.0','^1.17.0', '^1.16.0 ']
1515
name: Go ${{ matrix.go }} test
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Setup go
1919
uses: actions/setup-go@v1
2020
with:
2121
go-version: ${{ matrix.go }}
22-
- run: go version && go test ./...
22+
- run: go version && go test ./...

0 commit comments

Comments
 (0)