Skip to content

Commit

Permalink
Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Mar 15, 2022
1 parent ccb3052 commit aa906a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.0.0
with:
go-version: 1.17
go-version: 1.18

- uses: actions/checkout@v3.0.0

Expand All @@ -36,8 +36,8 @@ jobs:
strategy:
matrix:
go_version:
- 1.16
- 1.17
- 1.18
os:
- macos
- ubuntu
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.16
go 1.17

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

0 comments on commit aa906a9

Please sign in to comment.