Skip to content

Commit

Permalink
use go 1.15 and update release number in makefile for good measure
Browse files Browse the repository at this point in the history
  • Loading branch information
greatestusername-splunk committed Aug 26, 2021
1 parent 93d5eb7 commit a607d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTNAME=splunk.com
NAMESPACE=edu
NAME=synthetics
BINARY=terraform-provider-${NAME}
VERSION=0.0.1
VERSION=0.1.1
OS_ARCH=darwin_amd64

default: install
Expand Down

0 comments on commit a607d28

Please sign in to comment.