Skip to content

Commit

Permalink
Merge pull request #113 from fatih/add-gh-actions
Browse files Browse the repository at this point in the history
Update Go version
  • Loading branch information
fatih committed Oct 22, 2020
2 parents 8023da8 + 83e32ed commit 736d972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
@@ -1,4 +1,4 @@
name: Go
name: build
on: [push, pull_request]
jobs:

Expand All @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.15.3
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 736d972

Please sign in to comment.