Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #19 from kinvolk/invidian/fix-github-actions
Browse files Browse the repository at this point in the history
Fix GitHub actions and update used Go version
  • Loading branch information
invidian authored Nov 17, 2020
2 parents 8c22a74 + 5dccd88 commit ba6735e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/acctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.1.2
uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.4'
id: go

- name: Check out code into the Go module directory
Expand All @@ -50,9 +50,9 @@ jobs:
- '0.13.4'
steps:
- name: Set up Go
uses: actions/setup-go@v2.1.2
uses: actions/setup-go@v2
with:
go-version: '1.15.2'
go-version: '1.15.4'
id: go

- name: Check out code into the Go module directory
Expand Down
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.15.2
go-version: 1.15.4

- name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit ba6735e

Please sign in to comment.