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
efee8537
Unverified
Commit
efee8537
authored
Aug 25, 2021
by
Felix Lange
Committed by
GitHub
Aug 25, 2021
Browse files
Options
Downloads
Patches
Plain Diff
build, .travis.yml: upgrade to Go 1.17 (#23464)
parent
45f34430
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+12
-12
12 additions, 12 deletions
.travis.yml
build/checksums.txt
+14
-13
14 additions, 13 deletions
build/checksums.txt
build/ci.go
+1
-1
1 addition, 1 deletion
build/ci.go
with
27 additions
and
26 deletions
.travis.yml
+
12
−
12
View file @
efee8537
...
@@ -5,7 +5,7 @@ jobs:
...
@@ -5,7 +5,7 @@ jobs:
allow_failures
:
allow_failures
:
-
stage
:
build
-
stage
:
build
os
:
osx
os
:
osx
go
:
1.1
5
.x
go
:
1.1
7
.x
env
:
env
:
-
azure-osx
-
azure-osx
-
azure-ios
-
azure-ios
...
@@ -16,7 +16,7 @@ jobs:
...
@@ -16,7 +16,7 @@ jobs:
-
stage
:
lint
-
stage
:
lint
os
:
linux
os
:
linux
dist
:
bionic
dist
:
bionic
go
:
1.1
6
.x
go
:
1.1
7
.x
env
:
env
:
-
lint
-
lint
git
:
git
:
...
@@ -31,7 +31,7 @@ jobs:
...
@@ -31,7 +31,7 @@ jobs:
os
:
linux
os
:
linux
arch
:
amd64
arch
:
amd64
dist
:
bionic
dist
:
bionic
go
:
1.1
6
.x
go
:
1.1
7
.x
env
:
env
:
-
docker
-
docker
services
:
services
:
...
@@ -48,7 +48,7 @@ jobs:
...
@@ -48,7 +48,7 @@ jobs:
os
:
linux
os
:
linux
arch
:
arm64
arch
:
arm64
dist
:
bionic
dist
:
bionic
go
:
1.1
6
.x
go
:
1.1
7
.x
env
:
env
:
-
docker
-
docker
services
:
services
:
...
@@ -65,7 +65,7 @@ jobs:
...
@@ -65,7 +65,7 @@ jobs:
if
:
type = push
if
:
type = push
os
:
linux
os
:
linux
dist
:
bionic
dist
:
bionic
go
:
1.1
6
.x
go
:
1.1
7
.x
env
:
env
:
-
ubuntu-ppa
-
ubuntu-ppa
-
GO111MODULE=on
-
GO111MODULE=on
...
@@ -90,7 +90,7 @@ jobs:
...
@@ -90,7 +90,7 @@ jobs:
os
:
linux
os
:
linux
dist
:
bionic
dist
:
bionic
sudo
:
required
sudo
:
required
go
:
1.1
6
.x
go
:
1.1
7
.x
env
:
env
:
-
azure-linux
-
azure-linux
-
GO111MODULE=on
-
GO111MODULE=on
...
@@ -127,7 +127,7 @@ jobs:
...
@@ -127,7 +127,7 @@ jobs:
dist
:
bionic
dist
:
bionic
services
:
services
:
-
docker
-
docker
go
:
1.1
6
.x
go
:
1.1
7
.x
env
:
env
:
-
azure-linux-mips
-
azure-linux-mips
-
GO111MODULE=on
-
GO111MODULE=on
...
@@ -192,7 +192,7 @@ jobs:
...
@@ -192,7 +192,7 @@ jobs:
-
stage
:
build
-
stage
:
build
if
:
type = push
if
:
type = push
os
:
osx
os
:
osx
go
:
1.1
6
.x
go
:
1.1
7
.x
env
:
env
:
-
azure-osx
-
azure-osx
-
azure-ios
-
azure-ios
...
@@ -224,7 +224,7 @@ jobs:
...
@@ -224,7 +224,7 @@ jobs:
os
:
linux
os
:
linux
arch
:
amd64
arch
:
amd64
dist
:
bionic
dist
:
bionic
go
:
1.1
6
.x
go
:
1.1
7
.x
env
:
env
:
-
GO111MODULE=on
-
GO111MODULE=on
script
:
script
:
...
@@ -235,7 +235,7 @@ jobs:
...
@@ -235,7 +235,7 @@ jobs:
os
:
linux
os
:
linux
arch
:
arm64
arch
:
arm64
dist
:
bionic
dist
:
bionic
go
:
1.1
6
.x
go
:
1.1
7
.x
env
:
env
:
-
GO111MODULE=on
-
GO111MODULE=on
script
:
script
:
...
@@ -244,7 +244,7 @@ jobs:
...
@@ -244,7 +244,7 @@ jobs:
-
stage
:
build
-
stage
:
build
os
:
linux
os
:
linux
dist
:
bionic
dist
:
bionic
go
:
1.1
5
.x
go
:
1.1
6
.x
env
:
env
:
-
GO111MODULE=on
-
GO111MODULE=on
script
:
script
:
...
@@ -255,7 +255,7 @@ jobs:
...
@@ -255,7 +255,7 @@ jobs:
if
:
type = cron
if
:
type = cron
os
:
linux
os
:
linux
dist
:
bionic
dist
:
bionic
go
:
1.1
6
.x
go
:
1.1
7
.x
env
:
env
:
-
azure-purge
-
azure-purge
-
GO111MODULE=on
-
GO111MODULE=on
...
...
This diff is collapsed.
Click to expand it.
build/checksums.txt
+
14
−
13
View file @
efee8537
# This file contains sha256 checksums of optional build dependencies.
# This file contains sha256 checksums of optional build dependencies.
ae4f6b6e2a1677d31817984655a762074b5356da50fb58722b99104870d43503 go1.16.4.src.tar.gz
3a70e5055509f347c0fb831ca07a2bf3b531068f349b14a3c652e9b5b67beb5d go1.17.src.tar.gz
18fe94775763db3878717393b6d41371b0b45206055e49b3838328120c977d13 go1.16.4.darwin-amd64.tar.gz
355bd544ce08d7d484d9d7de05a71b5c6f5bc10aa4b316688c2192aeb3dacfd1 go1.17.darwin-amd64.tar.gz
cb6b972cc42e669f3585c648198cd5b6f6d7a0811d413ad64b50c02ba06ccc3a go1.16.4.darwin-arm64.tar.gz
da4e3e3c194bf9eed081de8842a157120ef44a7a8d7c820201adae7b0e28b20b go1.17.darwin-arm64.tar.gz
cd1b146ef6e9006f27dd99e9687773e7fef30e8c985b7d41bff33e955a3bb53a go1.16.4.linux-386.tar.gz
6819a7a11b8351d5d5768f2fff666abde97577602394f132cb7f85b3a7151f05 go1.17.freebsd-386.tar.gz
7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go1.16.4.linux-amd64.tar.gz
15c184c83d99441d719da201b26256455eee85a808747c404b4183e9aa6c64b4 go1.17.freebsd-amd64.tar.gz
8b18eb05ddda2652d69ab1b1dd1f40dd731799f43c6a58b512ad01ae5b5bba21 go1.16.4.linux-arm64.tar.gz
c19e3227a6ac6329db91d1af77bbf239ccd760a259c16e6b9c932d527ff14848 go1.17.linux-386.tar.gz
a53391a800ddec749ee90d38992babb27b95cfb864027350c737b9aa8e069494 go1.16.4.linux-armv6l.tar.gz
6bf89fc4f5ad763871cf7eac80a2d594492de7a818303283f1366a7f6a30372d go1.17.linux-amd64.tar.gz
e75c0b114a09eb5499874162b208931dc260de0fedaeedac8621bf263c974605 go1.16.4.windows-386.zip
01a9af009ada22122d3fcb9816049c1d21842524b38ef5d5a0e2ee4b26d7c3e7 go1.17.linux-arm64.tar.gz
d40139b7ade8a3008e3240a6f86fe8f899a9c465c917e11dac8758af216f5eb0 go1.16.4.windows-amd64.zip
ae89d33f4e4acc222bdb04331933d5ece4ae71039812f6ccd7493cb3e8ddfb4e go1.17.linux-armv6l.tar.gz
7cf2bc8a175d6d656861165bfc554f92dc78d2abf5afe5631db3579555d97409 go1.16.4.freebsd-386.tar.gz
ee84350114d532bf15f096198c675aafae9ff091dc4cc69eb49e1817ff94dbd7 go1.17.linux-ppc64le.tar.gz
ccdd2b76de1941b60734408fda0d750aaa69330d8a07430eed4c56bdb3502f6f go1.16.4.freebsd-amd64.tar.gz
a50aaecf054f393575f969a9105d5c6864dd91afc5287d772449033fbafcf7e3 go1.17.linux-s390x.tar.gz
80cfac566e344096a8df8f37bbd21f89e76a6fbe601406565d71a87a665fc125 go1.16.4.linux-ppc64le.tar.gz
c5afdd2ea4969f2b44637e913b04f7c15265d7beb60924a28063722670a52feb go1.17.windows-386.zip
d6431881b3573dc29ecc24fbeab5e5ec25d8c9273aa543769c86a1a3bbac1ddf go1.16.4.linux-s390x.tar.gz
2a18bd65583e221be8b9b7c2fbe3696c40f6e27c2df689bbdcc939d49651d151 go1.17.windows-amd64.zip
5256f92f643d9022394ddc84de5c74fe8660c2151daaa199b12e60e542d694ae go1.17.windows-arm64.zip
d4bd25b9814eeaa2134197dd2c7671bb791eae786d42010d9d788af20dee4bfa golangci-lint-1.42.0-darwin-amd64.tar.gz
d4bd25b9814eeaa2134197dd2c7671bb791eae786d42010d9d788af20dee4bfa golangci-lint-1.42.0-darwin-amd64.tar.gz
e56859c04a2ad5390c6a497b1acb1cc9329ecb1010260c6faae9b5a4c35b35ea golangci-lint-1.42.0-darwin-arm64.tar.gz
e56859c04a2ad5390c6a497b1acb1cc9329ecb1010260c6faae9b5a4c35b35ea golangci-lint-1.42.0-darwin-arm64.tar.gz
...
...
This diff is collapsed.
Click to expand it.
build/ci.go
+
1
−
1
View file @
efee8537
...
@@ -153,7 +153,7 @@ var (
...
@@ -153,7 +153,7 @@ var (
// This is the version of go that will be downloaded by
// This is the version of go that will be downloaded by
//
//
// go run ci.go install -dlgo
// go run ci.go install -dlgo
dlgoVersion
=
"1.1
6.4
"
dlgoVersion
=
"1.1
7
"
)
)
var
GOBIN
,
_
=
filepath
.
Abs
(
filepath
.
Join
(
"build"
,
"bin"
))
var
GOBIN
,
_
=
filepath
.
Abs
(
filepath
.
Join
(
"build"
,
"bin"
))
...
...
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