Skip to content

Commit

Permalink
Release 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hayorov committed Apr 14, 2021
1 parent 7dcd687 commit 23947c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16
- name: Series of tests
run: |
GO_FILES=$(find . -iname '*.go' -type f) # All the .go files, excluding vendor/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ helm plugin install https://github.com/hayorov/helm-gcs.git

Install a specific version:
```shell
$ helm plugin install https://github.com/hayorov/helm-gcs.git --version 0.3.5
$ helm plugin install https://github.com/hayorov/helm-gcs.git --version 0.3.10
```

## Quick start
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: "gcs"
version: "0.3.9"
version: "0.3.10"
usage: "Chart repositories on Google Cloud Storage"
description: |-
Manage repositories on Google Cloud Storage
Expand Down
6 changes: 0 additions & 6 deletions scripts/build.sh

This file was deleted.

0 comments on commit 23947c3

Please sign in to comment.