Skip to content

Commit

Permalink
Merge pull request #840 from fsouza/go-1.15
Browse files Browse the repository at this point in the history
Go 1.15 is out, let's use that in CI
  • Loading branch information
fsouza authored Aug 12, 2020
2 parents 8e782d1 + e6fb651 commit c55a0bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
go_version:
- 1.13
- 1.14
- 1.15
os:
- macos
- ubuntu
Expand All @@ -40,10 +40,6 @@ jobs:

- run: go mod download

- run: make lint
env:
GOFLAGS: -mod=readonly

- run: make gotest
env:
GOARCH: ${{ matrix.goarch }}
Expand All @@ -53,3 +49,11 @@ jobs:
if: matrix.os != 'macos' && matrix.goarch == 'amd64'
env:
GOFLAGS: -mod=readonly

lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

- uses: golangci/[email protected]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fsouza/go-dockerclient

go 1.13
go 1.14

require (
github.com/Microsoft/go-winio v0.4.15-0.20200113171025-3fe6c5262873
Expand Down

0 comments on commit c55a0bc

Please sign in to comment.