Skip to content

Commit 08b576a

Browse files
authored
Fix circleci job (#82)
* Update README to reflect 1.19 * Fix circleci image * Fix circleci * Fix working directory
1 parent 833265d commit 08b576a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
version: 2
22
jobs:
33
test:
4-
working_directory: /go/src/github.com/segmentio/golines
54
docker:
6-
- image: circleci/golang:1.19
5+
- image: cimg/go:1.19
76
environment:
87
GO111MODULE: 'on'
98
steps:

0 commit comments

Comments
 (0)