chore: update Go version to 1.15

see #11
pull/17/head
sundowndev 2020-09-06 17:31:00 +02:00
parent 1bb19f42ec
commit b346f138ba
2 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Go 1.13 - name: Set up Go 1.15
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with:
go-version: 1.13 go-version: 1.15
id: go id: go
- name: Check out code into the Go module directory - name: Check out code into the Go module directory

2
go.mod
View File

@ -1,5 +1,5 @@
module github.com/sundowndev/dorkgen module github.com/sundowndev/dorkgen
go 1.13 go 1.15
require github.com/stretchr/testify v1.6.1 require github.com/stretchr/testify v1.6.1