Skip to content

Commit

Permalink
Use go 1.21.9 for CVE-2023-45288 (#64)
Browse files Browse the repository at this point in the history
* Revert "Prepare release v0.4.1 (#63)"

This reverts commit 26fa9c2.

* use go 1.21.9 for CVE-2023-45288

Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>

---------

Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>
  • Loading branch information
alemorcuq committed Apr 4, 2024
1 parent 26fa9c2 commit f8e5947
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set Golang
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.21.9

- name: Set Golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set Golang
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: 1.21
go-version: 1.21.9

- name: Build
run: make build
Expand Down
2 changes: 1 addition & 1 deletion cmd/dt/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// Version is the tool version
var Version = "0.4.1"
var Version = "0.4.0"

// BuildDate is the tool build date
var BuildDate = ""
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "dt"
version: "0.4.1"
version: "0.4.0"
usage: "Distribution Tooling for Helm"
description: "Distribution Tooling for Helm"
command: "$HELM_PLUGIN_DIR/bin/dt"
Expand Down

0 comments on commit f8e5947

Please sign in to comment.