removed vernabilities by ugrading the go version
This commit is contained in:
parent
cc81e97adf
commit
47d8647430
|
|
@ -25,6 +25,12 @@ jobs:
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/go:1.24
|
- image: cimg/go:1.24
|
||||||
|
steps: *simple_job_steps
|
||||||
|
|
||||||
|
build-1-25:
|
||||||
|
working_directory: ~/repo
|
||||||
|
docker:
|
||||||
|
- image: cimg/go:1.25
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
|
@ -38,3 +44,4 @@ workflows:
|
||||||
- build-1-22
|
- build-1-22
|
||||||
- build-1-23
|
- build-1-23
|
||||||
- build-1-24
|
- build-1-24
|
||||||
|
- build-1-25
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue