File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88executors :
99 golang-exec :
1010 docker :
11- - image : cimg/go:1.24.4
11+ - image : cimg/go:1.24.6
1212
1313references :
1414 e2e_config : &e2e_config
4848 test :
4949 working_directory : /home/circleci/go/src/github.com/fairwindsops/pluto
5050 docker :
51- - image : cimg/go:1.24.4
51+ - image : cimg/go:1.24.6
5252 steps :
5353 - checkout
5454 - run : go mod download && go mod verify
5858 resource_class : large
5959 shell : /bin/bash
6060 docker :
61- - image : goreleaser/goreleaser:v2.10.2
61+ - image : goreleaser/goreleaser:v2.12-0-nightly
6262 environment :
6363 GO111MODULE : " on"
6464 steps :
7979 working_directory : /home/circleci/go/src/github.com/fairwindsops/pluto
8080 resource_class : large
8181 docker :
82- - image : goreleaser/goreleaser:v2.10.2
82+ - image : goreleaser/goreleaser:v2.12.0-nightly
8383 steps :
8484 - checkout
8585 - setup_remote_docker
Original file line number Diff line number Diff line change 11module github.com/fairwindsops/pluto/v5
22
3- go 1.24.4
3+ go 1.24.6
44
55require (
66 github.com/olekukonko/tablewriter v1.0.8
You can’t perform that action at this time.
0 commit comments