Skip to content

Commit

Permalink
Go 1.19 is out!
Browse files Browse the repository at this point in the history
- remove Go 1.17 and add Go 1.19 to CI
- bump `go` in `go.mod`
  • Loading branch information
fsouza committed Aug 14, 2022
1 parent d4deda6 commit fd07eb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 369 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/setup-go@v3.2.1
with:
go-version: 1.18
go-version: 1.19

- uses: actions/checkout@v3.0.2

Expand All @@ -36,8 +36,8 @@ jobs:
strategy:
matrix:
go_version:
- 1.17
- 1.18
- 1.19
os:
- macos
- ubuntu
Expand All @@ -62,7 +62,7 @@ jobs:
- run: go mod download

- run: make staticcheck
if: matrix.go_version == '1.18'
if: matrix.go_version == '1.19'

- run: make gotest
env:
Expand Down
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.17
go 1.18

require (
github.com/Microsoft/go-winio v0.5.2
Expand Down
Loading

0 comments on commit fd07eb3

Please sign in to comment.