Skip to content

Commit

Permalink
Update Golang version, driver version and changelog (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp authored Jun 7, 2021
1 parent e11adde commit 425b31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased

## 0.3.0 (June 4th, 2021)
## 0.3.0 (June 7th, 2021)

FEATURES:

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ LDFLAGS?="-X 'github.com/hashicorp/vault-csi-provider/internal/version.BuildVers
-extldflags "-static""
GOOS?=linux
GOARCH?=amd64
GOLANG_IMAGE?=docker.mirror.hashicorp.services/golang:1.16.2
GOLANG_IMAGE?=docker.mirror.hashicorp.services/golang:1.16.5
K8S_VERSION?=v1.20.2
CI_TEST_ARGS=
CSI_DRIVER_VERSION=0.0.21
CSI_DRIVER_VERSION=0.0.22
VAULT_HELM_VERSION=0.12.0
ifdef CI
override CI_TEST_ARGS:=--junitfile=$(TEST_RESULTS_DIR)/go-test/results.xml --jsonfile=$(TEST_RESULTS_DIR)/go-test/results.json
Expand Down

0 comments on commit 425b31c

Please sign in to comment.