Skip to content

Commit

Permalink
Fix workflows and bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Berman committed May 12, 2020
1 parent a548d70 commit cf330b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 34 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-tag-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Tag Release
name: build check - create tag - new release

on:
push:
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
run: go build -v .

- uses: actions/checkout@master
with:
fetch-depth: '0'
Expand All @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
WITH_V: true
id: create_new_tag

- uses: actions/checkout@v1
- name: Create release
if: ${{ success() }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Create release
name: create release binary for linux

on:
on:
release:
types: [created]

Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/go.yml

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module simple-iam-vault-cli

go 1.12
go 1.14

require (
github.com/aws/aws-sdk-go v1.19.41
Expand Down

0 comments on commit cf330b5

Please sign in to comment.