Skip to content

Commit

Permalink
update golang version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath committed Jul 5, 2021
1 parent fee0d77 commit 119cc0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ clone_folder: c:\gopath\src\github.com\code-ready\admin-helper
environment:
GOPATH: c:\gopath

stack: go 1.13
stack: go 1.15

before_test:
- choco install make
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/code-ready/admin-helper

go 1.14
go 1.15

require (
github.com/Microsoft/go-winio v0.5.0
Expand Down

0 comments on commit 119cc0c

Please sign in to comment.