Skip to content

Commit ac24c2f

Browse files
committed
circleci: update CircleCI config
1 parent b1c0a3a commit ac24c2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ orbs:
77
jobs:
88
test:
99
executor:
10-
name: golang/buster
11-
tag: "1.14-buster"
10+
name: golang/linux
11+
tag: "1.15-buster"
1212
working_directory: /go/src/go.lsp.dev/jsonrpc2
1313
parallelism: 2
1414
steps:
@@ -35,8 +35,8 @@ jobs:
3535

3636
lint:
3737
executor:
38-
name: golang/buster
39-
tag: "1.14-buster"
38+
name: golang/linux
39+
tag: "1.15-buster"
4040
working_directory: /go/src/go.lsp.dev/jsonrpc2
4141
parallelism: 2
4242
steps:

0 commit comments

Comments
 (0)