Skip to content

Commit

Permalink
Updating go version number in go.mod for go-sql-server-driver tests t…
Browse files Browse the repository at this point in the history
…o match the go version number in Dolt's main go.mod
  • Loading branch information
fulghum committed May 17, 2024
1 parent db2c7d1 commit 5ff76cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/go-sql-server-driver/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dolthub/dolt/integration-tests/go-sql-server-driver

go 1.22
go 1.22.2

require (
github.com/dolthub/dolt/go v0.40.4
Expand Down

0 comments on commit 5ff76cd

Please sign in to comment.