Skip to content

Commit 9da53fe

Browse files
author
Chan Kang
committed
drop the versions of go that are no longer supported + add 1.18 to ci
1 parent 78cf1bc commit 9da53fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
type: string
1717
default: ""
1818
docker:
19-
- image: "circleci/golang:<< parameters.version >>"
20-
working_directory: /go/src/github.com/gorilla/websocket
19+
- image: "cimg/go:<< parameters.version >>"
20+
working_directory: /home/circleci/project/go/src/github.com/gorilla/websocket
2121
environment:
2222
GO111MODULE: "on"
2323
GOPROXY: "<< parameters.goproxy >>"
@@ -67,4 +67,4 @@ workflows:
6767
- test:
6868
matrix:
6969
parameters:
70-
version: ["latest", "1.17", "1.16", "1.15", "1.14", "1.13", "1.12", "1.11"]
70+
version: ["1.18", "1.17", "1.16"]

0 commit comments

Comments
 (0)