Skip to content

Commit

Permalink
Fix Go version setup in GitHub Actions
Browse files Browse the repository at this point in the history
Fix Go version to be used based on https://github.com/actions/setup-go
  • Loading branch information
HeavyWombat committed May 25, 2021
1 parent c6affe5 commit 06a80ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
name: Build and Tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: 1.15

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 06a80ae

Please sign in to comment.