Skip to content

Commit

Permalink
Add go lang 1.17 to the list of go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Aug 18, 2021
1 parent b8d3e4b commit fd3515b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
go-flags: [""]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
Expand Down Expand Up @@ -60,6 +61,15 @@ jobs:
- go-version: 1.16.x
os: windows-latest
go-flags: "-trimpath"
- go-version: 1.17.x
os: ubuntu-latest
go-flags: "-trimpath"
- go-version: 1.17.x
os: macos-latest
go-flags: "-trimpath"
- go-version: 1.17.x
os: windows-latest
go-flags: "-trimpath"
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down

0 comments on commit fd3515b

Please sign in to comment.