Skip to content

Commit

Permalink
Merge pull request #38 from onmetal/golang_action
Browse files Browse the repository at this point in the history
Switched setup go action to official one
  • Loading branch information
afritzler authored Jul 6, 2021
2 parents 866d309 + 5109281 commit 18fe107
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ jobs:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: run
uses: cedrickring/golang-action@1.7.0
env:
GO111MODULE: "on"
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
args: make test
go-version: '^1.16.0'
- run: make test

0 comments on commit 18fe107

Please sign in to comment.