Skip to content

Commit

Permalink
Update to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
x-way committed Sep 17, 2023
1 parent 8bf5673 commit ca1e7f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ workflows:
build:
jobs:
- build-1.20
- build-1.19
- build-1.21
scheduled:
triggers:
- schedule:
Expand All @@ -15,7 +15,7 @@ workflows:
- master
jobs:
- build-1.20
- build-1.19
- build-1.21

jobs:
build-latest: &build-template
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
docker:
- image: cimg/go:1.20

build-1.19:
build-1.21:
<<: *build-template
docker:
- image: cimg/go:1.19
- image: cimg/go:1.21
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/x-way/crawlerdetect

go 1.19
go 1.20

0 comments on commit ca1e7f4

Please sign in to comment.