Skip to content

Commit

Permalink
bump go version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
p1ass committed Feb 4, 2021
1 parent 2e213dc commit abcc878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.15
- uses: actions/checkout@v1
- name: Execute tests
run: go test -v .
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/p1ass/mikku

go 1.13
go 1.15

require (
github.com/golang/mock v1.4.4
Expand Down

0 comments on commit abcc878

Please sign in to comment.