File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 88executors :
99 golang-exec :
1010 docker :
11- - image : cimg/go:1.24
11+ - image : cimg/go:1.24.4
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
51+ - image : cimg/go:1.24.4
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.9.0
61+ - image : goreleaser/goreleaser:v2.10.2
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.9.0
82+ - image : goreleaser/goreleaser:v2.10.2
8383 steps :
8484 - checkout
8585 - setup_remote_docker
Original file line number Diff line number Diff line change 1- FROM alpine:3.21
1+ FROM alpine:3.22
22
33LABEL org.opencontainers.image.authors="FairwindsOps, Inc." \
44 org.opencontainers.image.vendor="FairwindsOps, Inc." \
Original file line number Diff line number Diff line change 11module github.com/fairwindsops/pluto/v5
22
3- go 1.24.0
4-
5- toolchain go1.24.1
3+ go 1.24.4
64
75require (
86 github.com/olekukonko/tablewriter v0.0.5
You can’t perform that action at this time.
0 commit comments