Skip to content

Commit 2c7003b

Browse files
committed
circleci: update golang orb usage
1 parent 25f382c commit 2c7003b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
executor:
1010
name: golang/linux
11-
tag: "1.15-buster"
11+
version: "1.15-buster"
1212
working_directory: /go/src/go.lsp.dev/jsonrpc2
1313
parallelism: 2
1414
steps:
@@ -36,7 +36,7 @@ jobs:
3636
lint:
3737
executor:
3838
name: golang/linux
39-
tag: "1.15-buster"
39+
version: "1.15-buster"
4040
working_directory: /go/src/go.lsp.dev/jsonrpc2
4141
parallelism: 2
4242
steps:

0 commit comments

Comments
 (0)