good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
a4df80f4
Unverified
Commit
a4df80f4
authored
Aug 28, 2017
by
Péter Szilágyi
Browse files
Options
Downloads
Patches
Plain Diff
travis, appveyor: bump Go to 1.9 stable
parent
27a5622e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+19
-7
19 additions, 7 deletions
.travis.yml
appveyor.yml
+2
-2
2 additions, 2 deletions
appveyor.yml
with
21 additions
and
9 deletions
.travis.yml
+
19
−
7
View file @
a4df80f4
...
@@ -15,11 +15,23 @@ matrix:
...
@@ -15,11 +15,23 @@ matrix:
-
go run build/ci.go install
-
go run build/ci.go install
-
go run build/ci.go test -coverage
-
go run build/ci.go test -coverage
# These are the latest Go versions.
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
sudo
:
required
sudo
:
required
go
:
1.8.3
go
:
1.8.3
script
:
-
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install fuse
-
sudo modprobe fuse
-
sudo chmod 666 /dev/fuse
-
sudo chown root:$USER /etc/fuse.conf
-
go run build/ci.go install
-
go run build/ci.go test -coverage
# These are the latest Go versions.
-
os
:
linux
dist
:
trusty
sudo
:
required
go
:
1.9.0
script
:
script
:
-
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install fuse
-
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install fuse
-
sudo modprobe fuse
-
sudo modprobe fuse
...
@@ -29,7 +41,7 @@ matrix:
...
@@ -29,7 +41,7 @@ matrix:
-
go run build/ci.go test -coverage -misspell
-
go run build/ci.go test -coverage -misspell
-
os
:
osx
-
os
:
osx
go
:
1.
8.3
go
:
1.
9.0
sudo
:
required
sudo
:
required
script
:
script
:
-
brew update
-
brew update
...
@@ -42,7 +54,7 @@ matrix:
...
@@ -42,7 +54,7 @@ matrix:
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
sudo
:
required
sudo
:
required
go
:
1.
8.3
go
:
1.
9.0
env
:
env
:
-
ubuntu-ppa
-
ubuntu-ppa
-
azure-linux
-
azure-linux
...
@@ -81,7 +93,7 @@ matrix:
...
@@ -81,7 +93,7 @@ matrix:
sudo
:
required
sudo
:
required
services
:
services
:
-
docker
-
docker
go
:
1.
8.3
go
:
1.
9.0
env
:
env
:
-
azure-linux-mips
-
azure-linux-mips
script
:
script
:
...
@@ -121,7 +133,7 @@ matrix:
...
@@ -121,7 +133,7 @@ matrix:
-
azure-android
-
azure-android
-
maven-android
-
maven-android
before_install
:
before_install
:
-
curl https://storage.googleapis.com/golang/go1.
8.3
.linux-amd64.tar.gz | tar -xz
-
curl https://storage.googleapis.com/golang/go1.
9
.linux-amd64.tar.gz | tar -xz
-
export PATH=`pwd`/go/bin:$PATH
-
export PATH=`pwd`/go/bin:$PATH
-
export GOROOT=`pwd`/go
-
export GOROOT=`pwd`/go
-
export GOPATH=$HOME/go
-
export GOPATH=$HOME/go
...
@@ -138,7 +150,7 @@ matrix:
...
@@ -138,7 +150,7 @@ matrix:
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
-
os
:
osx
-
os
:
osx
go
:
1.
8.3
go
:
1.
9.0
env
:
env
:
-
azure-osx
-
azure-osx
-
azure-ios
-
azure-ios
...
@@ -164,7 +176,7 @@ matrix:
...
@@ -164,7 +176,7 @@ matrix:
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
sudo
:
required
sudo
:
required
go
:
1.
8.3
go
:
1.
9.0
env
:
env
:
-
azure-purge
-
azure-purge
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
2
−
2
View file @
a4df80f4
...
@@ -23,8 +23,8 @@ environment:
...
@@ -23,8 +23,8 @@ environment:
install
:
install
:
-
git submodule update --init
-
git submodule update --init
-
rmdir C:\go /s /q
-
rmdir C:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.
8.3
.windows-%GETH_ARCH%.zip
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.
9
.windows-%GETH_ARCH%.zip
-
7z x go1.
8.3
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
7z x go1.
9
.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
go version
-
go version
-
gcc --version
-
gcc --version
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment