Merge pull request #17 from sundowndev/chore/goversion

Update Go version to 1.15
pull/18/head
Raphaël 2020-09-06 17:32:03 +02:00 committed by GitHub
commit 97321d6ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

2
go.mod
View File

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