Skip to content

Commit

Permalink
Bumped Go to 1.22.7 for fixing vulnerabilities (#335)
Browse files Browse the repository at this point in the history
* Fixing vulnerabilities

* Fixing vulnerabilities

* Fixing issues

* Fixing issues

* Fixing issues
  • Loading branch information
jdesouza authored Sep 25, 2024
1 parent 002be66 commit ac6e833
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ references:
jobs:
test:
docker:
- image: cimg/go:1.21
- image: cimg/go:1.22
steps:
- checkout
- run:
Expand All @@ -43,7 +43,7 @@ jobs:
working_directory: /go/src/github.com/fairwindsops/nova
resource_class: large
docker:
- image: goreleaser/goreleaser:v1.22.1
- image: goreleaser/goreleaser:v2.3.2
steps:
- checkout
- setup_remote_docker
Expand All @@ -56,7 +56,7 @@ jobs:
resource_class: large
shell: /bin/bash
docker:
- image: goreleaser/goreleaser:v1.22.1
- image: goreleaser/goreleaser:v2.3.2
steps:
- checkout
- setup_remote_docker
Expand Down
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: nova
release:
prerelease: auto
Expand Down Expand Up @@ -34,10 +35,10 @@ changelog:
- '^test:'
brews:
- name: nova
tap:
repository:
owner: FairwindsOps
name: homebrew-tap
folder: Formula
directory: Formula
description: Check installed Helm charts for updates
test: |
system "#{bin}/nova 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/nova

go 1.21

toolchain go1.22.1
go 1.22.7

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down

0 comments on commit ac6e833

Please sign in to comment.