Skip to content

Commit

Permalink
Update to Go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ewohltman committed Aug 12, 2020
1 parent ce3f6a2 commit 5d2050b
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 5d2050b

Please sign in to comment.