Skip to content

Commit 6c432e8

Browse files
committed
task: Updating github actions
updating to use Go 1.16 and 1.17
1 parent 48b7289 commit 6c432e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
go-version: [1.14.x, 1.15.x]
15+
go-version: [1.16.x, 1.17.x]
1616
os: [macos-latest, windows-latest, ubuntu-latest]
1717
steps:
1818
- name: Checkout Code
@@ -21,7 +21,6 @@ jobs:
2121
fetch-depth: 1
2222
- name: Test
2323
run: |
24-
go mod tidy -v
2524
go test -race ./...
2625
2726

0 commit comments

Comments
 (0)