Skip to content

Commit aa1a980

Browse files
committed
Bump to go 1.16, remove master from tests
1 parent b2cfb1a commit aa1a980

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -eu
3+
set -eux
44

55
client_configure() {
66
sudo chmod 600 $PQSSLCERTTEST_PATH/postgresql.key

Diff for: .travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: go
22

33
go:
4-
- 1.14.x
54
- 1.15.x
6-
- master
5+
- 1.16.x
76

87
sudo: true
98

0 commit comments

Comments
 (0)