File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
git :
140
140
submodules : false # avoid cloning ethereum/tests
141
141
before_install :
142
- - curl https://dl.google.com/go/go1.15.linux-amd64.tar.gz | tar -xz
142
+ - curl https://dl.google.com/go/go1.15.5. linux-amd64.tar.gz | tar -xz
143
143
- export PATH=`pwd`/go/bin:$PATH
144
144
- export GOROOT=`pwd`/go
145
145
- export GOPATH=$HOME/go
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ environment:
24
24
install :
25
25
- git submodule update --init
26
26
- rmdir C:\go /s /q
27
- - appveyor DownloadFile https://dl.google.com/go/go1.15.windows-%GETH_ARCH%.zip
28
- - 7z x go1.15.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
27
+ - appveyor DownloadFile https://dl.google.com/go/go1.15.5. windows-%GETH_ARCH%.zip
28
+ - 7z x go1.15.5. windows-%GETH_ARCH%.zip -y -oC:\ > NUL
29
29
- go version
30
30
- gcc --version
31
31
Original file line number Diff line number Diff line change 1
1
# This file contains sha256 checksums of optional build dependencies.
2
2
3
- 063da6a9a4186b8118a0e584532c8c94e65582e2cd951ed078bfd595d27d2367 go1.15.4 .src.tar.gz
4
- aaf8c5323e0557211680960a8f51bedf98ab9a368775a687d6cf1f0079232b1d go1.15.4 .darwin-amd64.tar.gz
5
- 6b2f6d8afddfb198bf0e36044084dc4db4cb0be1107375240b34d215aa5ff6ad go1.15.4 .linux-386.tar.gz
6
- eb61005f0b932c93b424a3a4eaa67d72196c79129d9a3ea8578047683e2c80d5 go1.15.4 .linux-amd64.tar.gz
7
- 6f083b453484fc5f95afb345547a58ccc957cde91348b7a7c68f5b060e488c85 go1.15.4 .linux-arm64.tar.gz
8
- fe449ad3e121472e5db2f70becc0fef9d1a7188616c0605ada63f1e3bbad280e go1.15.4 .linux-armv6l.tar.gz
9
- 3be3cfc08ccc7e7056fdee17b6f5d18e9d7f3d1351dcfec8de34b1c95cb05b50 go1.15.4 .windows-386.zip
10
- 3593204e3851be577e4209900ece031b36f1e9ce1671f3f3221c9af7a090a941 go1.15.4 .windows-amd64.zip
3
+ c1076b90cf94b73ebed62a81d802cd84d43d02dea8c07abdc922c57a071c84f1 go1.15.5 .src.tar.gz
4
+ 359a4334b8c8f5e3067e5a76f16419791ac3fef4613d8e8e1eac0b9719915f6d go1.15.5 .darwin-amd64.tar.gz
5
+ 4c8179d406136979724c71732009c7e2e7c794dbeaaa2a043c00da34d4be0559 go1.15.5 .linux-386.tar.gz
6
+ 9a58494e8da722c3aef248c9227b0e9c528c7318309827780f16220998180a0d go1.15.5 .linux-amd64.tar.gz
7
+ a72a0b036beb4193a0214bca3fca4c5d68a38a4ccf098c909f7ce8bf08567c48 go1.15.5 .linux-arm64.tar.gz
8
+ 5ea6456620d3efed5dda99238c7f23866eafdd915e5348736e631bc283c0238a go1.15.5 .linux-armv6l.tar.gz
9
+ d812436c7e3482ba3c97172edf26afaf35aca60a5621ff4a5f6a08386505ab9c go1.15.5 .windows-386.zip
10
+ 1d24be3a200201a74be25e4134fbec467750e834e84e9c7789a9fc13248c5507 go1.15.5 .windows-amd64.zip
11
11
12
12
d998a84eea42f2271aca792a7b027ca5c1edfcba229e8e5a844c9ac3f336df35 golangci-lint-1.27.0-linux-armv7.tar.gz
13
13
bf781f05b0d393b4bf0a327d9e62926949a4f14d7774d950c4e009fc766ed1d4 golangci-lint.exe-1.27.0-windows-amd64.zip
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ var (
151
151
// This is the version of go that will be downloaded by
152
152
//
153
153
// go run ci.go install -dlgo
154
- dlgoVersion = "1.15.4 "
154
+ dlgoVersion = "1.15.5 "
155
155
)
156
156
157
157
var GOBIN , _ = filepath .Abs (filepath .Join ("build" , "bin" ))
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import (
21
21
)
22
22
23
23
const (
24
- VersionMajor = 1 // Major version component of the current release
25
- VersionMinor = 9 // Minor version component of the current release
26
- VersionPatch = 24 // Patch version component of the current release
27
- VersionMeta = "unstable " // Version metadata to append to the version string
24
+ VersionMajor = 1 // Major version component of the current release
25
+ VersionMinor = 9 // Minor version component of the current release
26
+ VersionPatch = 24 // Patch version component of the current release
27
+ VersionMeta = "stable " // Version metadata to append to the version string
28
28
)
29
29
30
30
// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments