Skip to content

Commit

Permalink
fix(release): update goreleaser to 2.2.0 (#550)
Browse files Browse the repository at this point in the history
* fix(release): update goreleaser to 2.2.0

Signed-off-by: Aled James <[email protected]>

* Specify Go v1.22.6

Signed-off-by: Aled James <[email protected]>

* Use cimg/go version 1.22 (1.23 not yet released)

Signed-off-by: Aled James <[email protected]>

---------

Signed-off-by: Aled James <[email protected]>
  • Loading branch information
alljames authored Aug 23, 2024
1 parent 79c52a6 commit 2fc7c1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
resource_class: large
shell: /bin/bash
docker:
- image: goreleaser/goreleaser:v1.26.2
- image: goreleaser/goreleaser:v2.2.0
environment:
GO111MODULE: "on"
steps:
Expand All @@ -79,11 +79,11 @@ jobs:
working_directory: /home/circleci/go/src/github.com/fairwindsops/pluto
resource_class: large
docker:
- image: goreleaser/goreleaser:v1.26.2
- image: goreleaser/goreleaser:v2.2.0
steps:
- checkout
- setup_remote_docker
- run: goreleaser --snapshot --skip-sign
- run: goreleaser --snapshot --skip=sign
- store_artifacts:
path: dist
destination: snapshot
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: 2
brews:
- name: pluto
goarm: 6
repository:
owner: FairwindsOps
name: homebrew-tap
folder: Formula
directory: Formula
description: Detect deprecated Kubernetes apiVersions
test: |
system "#{bin}/pluto version"
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.22.0

toolchain go1.22.4
go 1.22.6

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

0 comments on commit 2fc7c1b

Please sign in to comment.