Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Builds now use go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bios-Marcel committed Dec 29, 2019
1 parent f01d32b commit 0ea7487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13

working_directory: /go/src/github.com/Bios-Marcel/cordless
steps:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: osx
language: go
go:
- "1.12"
- "1.13"
script: go test -race ./...
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ clone_folder: c:\gopath\src\github.com\Bios-Marcel\cordless
environment:
GOPATH: c:\gopath
build: off
stack: go 1.12
stack: go 1.13

artifacts:
- path: cordless.exe
Expand Down

0 comments on commit 0ea7487

Please sign in to comment.