Skip to content

Commit

Permalink
drop the versions of go that are no longer supported + add 1.18 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chan Kang committed Jun 20, 2022
1 parent 78cf1bc commit 9da53fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -16,8 +16,8 @@ jobs:
type: string
default: ""
docker:
- image: "circleci/golang:<< parameters.version >>"
working_directory: /go/src/github.com/gorilla/websocket
- image: "cimg/go:<< parameters.version >>"
working_directory: /home/circleci/project/go/src/github.com/gorilla/websocket
environment:
GO111MODULE: "on"
GOPROXY: "<< parameters.goproxy >>"
Expand Down Expand Up @@ -67,4 +67,4 @@ workflows:
- test:
matrix:
parameters:
version: ["latest", "1.17", "1.16", "1.15", "1.14", "1.13", "1.12", "1.11"]
version: ["1.18", "1.17", "1.16"]

0 comments on commit 9da53fe

Please sign in to comment.