Skip to content

Commit

Permalink
Merge pull request #10 from ewohltman/develop
Browse files Browse the repository at this point in the history
Update to Go 1.15
  • Loading branch information
ewohltman authored Aug 12, 2020
2 parents ce3f6a2 + 5d2050b commit 2b6bb97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
id: go

- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/ewohltman/go-discordbotsgg

go 1.14
go 1.15

0 comments on commit 2b6bb97

Please sign in to comment.