Skip to content

Commit

Permalink
chore: Updates to Go 1.20 and creates .tool-versions (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli authored Oct 31, 2023
1 parent ab5f7e9 commit a29f375
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
golang:
- 1.18
- 1.20
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
golang 1.20
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.mongodb.org/atlas

go 1.18
go 1.20

require (
github.com/go-test/deep v1.1.0
Expand Down

0 comments on commit a29f375

Please sign in to comment.