Skip to content

Commit 3553389

Browse files
authored
feat: updated supported go version (#118)
1 parent f06b2fd commit 3553389

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
strategy:
2424
matrix:
2525
golang:
26-
- 1.15
2726
- 1.16
27+
- 1.17
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v2

.tool-versions

-1
This file was deleted.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.mongodb.org/ops-manager
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/go-test/deep v1.0.7

0 commit comments

Comments
 (0)