Skip to content

Commit b64000f

Browse files
committed
Update CI image version to Go 1.13
1 parent 5df2e33 commit b64000f

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
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
fmt:
44
docker:
5-
- image: nhooyr/websocket-ci@sha256:371ca985ce2548840aeb0f8434a551708cdfe0628be722c361958e65cdded945
5+
- image: nhooyr/websocket-ci@sha256:a117608d59abd495a6c813c05cd27beb0f253b4b1d68597b36142fbf35cc88b2
66
steps:
77
- checkout
88
- restore_cache:
@@ -19,7 +19,7 @@ jobs:
1919

2020
lint:
2121
docker:
22-
- image: nhooyr/websocket-ci@sha256:371ca985ce2548840aeb0f8434a551708cdfe0628be722c361958e65cdded945
22+
- image: nhooyr/websocket-ci@sha256:a117608d59abd495a6c813c05cd27beb0f253b4b1d68597b36142fbf35cc88b2
2323
steps:
2424
- checkout
2525
- restore_cache:
@@ -36,7 +36,7 @@ jobs:
3636

3737
test:
3838
docker:
39-
- image: nhooyr/websocket-ci@sha256:371ca985ce2548840aeb0f8434a551708cdfe0628be722c361958e65cdded945
39+
- image: nhooyr/websocket-ci@sha256:a117608d59abd495a6c813c05cd27beb0f253b4b1d68597b36142fbf35cc88b2
4040
steps:
4141
- checkout
4242
- restore_cache:

0 commit comments

Comments
 (0)