Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ orbs:
executors:
golang-exec:
docker:
- image: cimg/go:1.24
- image: cimg/go:1.24.4

references:
e2e_config: &e2e_config
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
test:
working_directory: /home/circleci/go/src/github.com/fairwindsops/pluto
docker:
- image: cimg/go:1.24
- image: cimg/go:1.24.4
steps:
- checkout
- run: go mod download && go mod verify
Expand All @@ -58,7 +58,7 @@ jobs:
resource_class: large
shell: /bin/bash
docker:
- image: goreleaser/goreleaser:v2.9.0
- image: goreleaser/goreleaser:v2.10.2
environment:
GO111MODULE: "on"
steps:
Expand All @@ -79,7 +79,7 @@ jobs:
working_directory: /home/circleci/go/src/github.com/fairwindsops/pluto
resource_class: large
docker:
- image: goreleaser/goreleaser:v2.9.0
- image: goreleaser/goreleaser:v2.10.2
steps:
- checkout
- setup_remote_docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22

LABEL org.opencontainers.image.authors="FairwindsOps, Inc." \
org.opencontainers.image.vendor="FairwindsOps, Inc." \
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/fairwindsops/pluto/v5

go 1.24.0

toolchain go1.24.1
go 1.24.4

require (
github.com/olekukonko/tablewriter v0.0.5
Expand Down