Skip to content

Commit

Permalink
remove EOL go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cameracker committed Sep 4, 2021
1 parent 788f111 commit 8b4e723
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build
uses: actions/setup-go@v2
with:
go-version: '1.x'
go-version: '1.17.x'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand All @@ -40,15 +40,12 @@ jobs:
runs-on: ubuntu-latest
env:
GO111MODULE: auto
strategy:
matrix:
go: ['1.16.x', '1.15.x', '1.14.x']
steps:

- name: Build ${{ matrix.go }}
- name: Build
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
go-version: '1.16.x'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 8b4e723

Please sign in to comment.