Skip to content

Commit

Permalink
upgrade to go1.14.6 (spiffe#1741)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Harding <[email protected]>
  • Loading branch information
azdagron authored Jul 23, 2020
1 parent 4f1b7f7 commit a4cdde0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.4
1.14.6
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
language: go

go:
- 1.14.4
- 1.14.6

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/plugin/datastore/sql/sql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2795,7 +2795,7 @@ func (s *PluginSuite) TestConfigure() {
giveDBConfig: `
max_open_conns = 1000
max_idle_conns = 50
conn_max_lifetime = "1ms"
conn_max_lifetime = "10s"
`,
expectMaxOpenConns: 1000,
expectIdle: 50,
Expand Down

0 comments on commit a4cdde0

Please sign in to comment.