diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 434a2c7..a84131e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,10 +8,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 id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index 47698df..4d02efa 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/sundowndev/dorkgen -go 1.13 +go 1.15 require github.com/stretchr/testify v1.6.1