Skip to content

Commit

Permalink
Update to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
x-way committed Sep 10, 2024
1 parent e894319 commit 01b6bdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
20 changes: 4 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ workflows:
version: 2
build:
jobs:
- build-1.22
- build-1.21
- build
scheduled:
triggers:
- schedule:
Expand All @@ -14,13 +13,12 @@ workflows:
only:
- master
jobs:
- build-1.22
- build-1.21
- build

jobs:
build-latest: &build-template
build:
docker:
- image: cimg/go
- image: cimg/go:1.23

steps:
- checkout
Expand Down Expand Up @@ -71,13 +69,3 @@ jobs:
path: /tmp/test-reports
- store_artifacts:
path: /tmp/test-artifacts

build-1.22:
<<: *build-template
docker:
- image: cimg/go:1.22

build-1.21:
<<: *build-template
docker:
- 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.21
go 1.23.0

0 comments on commit 01b6bdd

Please sign in to comment.