File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed
Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 33 sudo : required
44 language : go
55 dist : trusty
6- osx_image : xcode9
6+ osx_image : xcode10.1
77 os :
88 - linux
99 - osx
1010 notifications :
1111 email : false
1212 go :
13- - 1.8.1
14- before_install :
15- # work-around for issue https://github.com/travis-ci/travis-ci/issues/6307
16- # might not be necessary in the future
17- - command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
18- - rvm get stable
13+ - 1.12.x
1914 addons :
2015 apt :
2116 packages :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ VERSION := $(shell grep 'const Version' credentials/version.go | awk -F'"' '{ pr
66all : test
77
88deps :
9- go get -u github.com/golang /lint/golint
9+ go get -u golang.org/x /lint/golint
1010
1111clean :
1212 rm -rf bin
Original file line number Diff line number Diff line change 11package credentials
22
33// Version holds a string describing the current version
4- const Version = "0.6.0 "
4+ const Version = "0.6.1 "
Original file line number Diff line number Diff line change 11package osxkeychain
22
33/*
4- #cgo CFLAGS: -x objective-c -mmacosx-version-min=10.10
5- #cgo LDFLAGS: -framework Security -framework Foundation -mmacosx-version-min=10.10
4+ #cgo CFLAGS: -x objective-c -mmacosx-version-min=10.11
5+ #cgo LDFLAGS: -framework Security -framework Foundation -mmacosx-version-min=10.11
66
77#include "osxkeychain_darwin.h"
88#include <stdlib.h>
You can’t perform that action at this time.
0 commit comments