Skip to content

Commit

Permalink
Merge pull request #22 from anjannath/goupdate
Browse files Browse the repository at this point in the history
update golang version to 1.15
  • Loading branch information
guillaumerose authored Jul 5, 2021
2 parents fee0d77 + 119cc0c commit 4eb2d25
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 4eb2d25

Please sign in to comment.