Skip to content

Commit

Permalink
squashing commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Chan Kang committed Jun 20, 2022
1 parent 78cf1bc commit be8d8c7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 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 All @@ -31,6 +31,8 @@ jobs:
name: "Fetch dependencies"
command: >
if [[ << parameters.modules >> = true ]]; then
echo "${HOME}/project/go/src/github.com/gorilla/websocket"
echo $(pwd)
go mod download
export GO111MODULE=on
else
Expand Down Expand Up @@ -67,4 +69,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 be8d8c7

Please sign in to comment.