Skip to content

Commit eff11e7

Browse files
committed
Fixing issues
1 parent 36af4af commit eff11e7

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ orbs:
88
executors:
99
golang-exec:
1010
docker:
11-
- image: cimg/go:1.24
11+
- image: cimg/go:1.24.4
1212

1313
references:
1414
e2e_config: &e2e_config
@@ -48,7 +48,7 @@ jobs:
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
@@ -58,7 +58,7 @@ jobs:
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:
@@ -79,7 +79,7 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21
1+
FROM alpine:3.22
22

33
LABEL org.opencontainers.image.authors="FairwindsOps, Inc." \
44
org.opencontainers.image.vendor="FairwindsOps, Inc." \

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/fairwindsops/pluto/v5
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.24.4
64

75
require (
86
github.com/olekukonko/tablewriter v0.0.5

0 commit comments

Comments
 (0)