Skip to content

Commit

Permalink
Excavator: Manage go version (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Jul 13, 2023
1 parent e9a1a25 commit 682cc2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .palantir/go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.19.6
go1.20.6
2 changes: 2 additions & 0 deletions conjure-go-verifier/ignored-test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ client:
receiveDateTimeAliasExample:
# This is supposed to fail due to 10 zeros, but time.Parse accepts it.
- '"2017-01-02T04:04:05.000000000+01:00[Europe/Berlin]"'
- '"2017-01-02T03:04:05.0000000000Z"'
receiveDateTimeExample:
- '{"value":"2017-01-02T04:04:05.000000000+01:00[Europe/Berlin]"}'
- '{"value":"2017-01-02T03:04:05.0000000000Z"}'
receiveDoubleExample:
- '{"value":"NaN"}'
- '{"value":"Infinity"}'
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/palantir/conjure-go/v6

go 1.19
go 1.20

require (
github.com/dave/jennifer v1.4.2-0.20211112003305-45cc0b7eb71a
Expand Down

0 comments on commit 682cc2e

Please sign in to comment.