Skip to content

Commit be8d8c7

Browse files
author
Chan Kang
committed
squashing commits
1 parent 78cf1bc commit be8d8c7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 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 >>"
@@ -31,6 +31,8 @@ jobs:
3131
name: "Fetch dependencies"
3232
command: >
3333
if [[ << parameters.modules >> = true ]]; then
34+
echo "${HOME}/project/go/src/github.com/gorilla/websocket"
35+
echo $(pwd)
3436
go mod download
3537
export GO111MODULE=on
3638
else
@@ -67,4 +69,4 @@ workflows:
6769
- test:
6870
matrix:
6971
parameters:
70-
version: ["latest", "1.17", "1.16", "1.15", "1.14", "1.13", "1.12", "1.11"]
72+
version: ["1.18", "1.17", "1.16"]

0 commit comments

Comments
 (0)