Skip to content

Commit a5eef49

Browse files
Update CI deps (#8)
1 parent 689861a commit a5eef49

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
@@ -18,8 +18,8 @@ workflows:
1818
# Simplified SemVer regex
1919
only: /^v\d+\.\d+\.\d+$/
2020
- gor/release:
21-
version: "1.5.0"
22-
go-version: "1.17.7"
21+
version: "1.10.2"
22+
go-version: "1.18.4"
2323
filters:
2424
branches:
2525
ignore: /.*/
@@ -31,7 +31,7 @@ workflows:
3131
jobs:
3232
test:
3333
docker:
34-
- image: cimg/go:1.17.7
34+
- image: cimg/go:1.18.4
3535
steps:
3636
- checkout
3737
- go/load-cache

0 commit comments

Comments
 (0)