diff --git a/.github/workflows/pullRequest.yml b/.github/workflows/pullRequest.yml index 23662c6..7b93595 100644 --- a/.github/workflows/pullRequest.yml +++ b/.github/workflows/pullRequest.yml @@ -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 diff --git a/go.mod b/go.mod index d67e52c..124e4d3 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/ewohltman/go-discordbotsgg -go 1.14 +go 1.15