Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis: remove Go 1.9 #17807

Merged
merged 1 commit into from
Oct 2, 2018
Merged

travis: remove Go 1.9 #17807

merged 1 commit into from
Oct 2, 2018

Conversation

nonsense
Copy link
Member

@nonsense nonsense commented Oct 2, 2018

Go 1.9 won't contain any more security updates (if any are released), because Go 1.11 is released.

I think there is not much point keeping the Go 1.9 build anymore, since we have Go 1.10 and Go 1.11, furthermore we are putting additional load on Travis.

@nonsense nonsense added this to the 1.8.17 milestone Oct 2, 2018
@nonsense nonsense requested a review from karalabe October 2, 2018 08:54
@karalabe
Copy link
Member

karalabe commented Oct 2, 2018 via email

@fjl fjl merged commit 26a37c5 into ethereum:master Oct 2, 2018
@nonsense nonsense deleted the remove-go-1.9 branch October 2, 2018 12:55
nizsheanez added a commit to nizsheanez/go-ethereum that referenced this pull request Oct 9, 2018
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum/go-ethereum#17807 and comments to swarm/network_test.go.Shuffle)
nizsheanez added a commit to nizsheanez/go-ethereum that referenced this pull request Nov 6, 2018
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum/go-ethereum#17807 and comments to swarm/network_test.go.Shuffle)
nizsheanez added a commit to nizsheanez/go-ethereum that referenced this pull request Nov 8, 2018
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum/go-ethereum#17807 and comments to swarm/network_test.go.Shuffle)
nizsheanez added a commit to nizsheanez/go-ethereum that referenced this pull request Nov 11, 2018
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum/go-ethereum#17807 and comments to swarm/network_test.go.Shuffle)
nizsheanez added a commit to nizsheanez/go-ethereum that referenced this pull request Nov 12, 2018
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum/go-ethereum#17807 and comments to swarm/network_test.go.Shuffle)
nizsheanez added a commit to nizsheanez/go-ethereum that referenced this pull request Nov 12, 2018
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum/go-ethereum#17807 and comments to swarm/network_test.go.Shuffle)
nizsheanez added a commit to nizsheanez/go-ethereum that referenced this pull request Nov 13, 2018
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum/go-ethereum#17807 and comments to swarm/network_test.go.Shuffle)
zelig pushed a commit that referenced this pull request Nov 14, 2018
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation (#18083)

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see #17807 and comments to swarm/network_test.go.Shuffle)
yazzaoui pushed a commit to autonity/autonity that referenced this pull request Dec 6, 2018
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation (#18083)

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum/go-ethereum#17807 and comments to swarm/network_test.go.Shuffle)
cryptomental pushed a commit to cryptomental/go-ethereum that referenced this pull request Jan 9, 2019
cryptomental pushed a commit to cryptomental/go-ethereum that referenced this pull request Jan 9, 2019
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation (ethereum#18083)

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum#17807 and comments to swarm/network_test.go.Shuffle)
cryptomental pushed a commit to cryptomental/go-ethereum that referenced this pull request Jan 9, 2019
cryptomental pushed a commit to cryptomental/go-ethereum that referenced this pull request Jan 9, 2019
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation (ethereum#18083)

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum#17807 and comments to swarm/network_test.go.Shuffle)
cryptomental pushed a commit to cryptomental/go-ethereum that referenced this pull request Jan 9, 2019
cryptomental pushed a commit to cryptomental/go-ethereum that referenced this pull request Jan 9, 2019
…m, swarm/storage, swarm/storage/encryption, swarm/testutil: use pseudo-random instead of crypto-random for test files content generation (ethereum#18083)

- Replace "crypto/rand" to "math/rand" for files content generation
- Remove swarm/network_test.go.Shuffle and swarm/btm/btm_test.go.Shuffle - because go1.9 support dropped (see ethereum#17807 and comments to swarm/network_test.go.Shuffle)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants