Skip to content

Commit 1d669b4

Browse files
authored
feat: update supported go versions (#242)
1 parent 52928af commit 1d669b4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
golangci-lint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2.3.4
14+
- uses: actions/checkout@v2
1515
- name: lint
1616
uses: golangci/golangci-lint-action@v2.5.2
1717
with:
@@ -23,12 +23,11 @@ jobs:
2323
strategy:
2424
matrix:
2525
golang:
26-
- 1.14
27-
- 1.15
2826
- 1.16
27+
- 1.17
2928
steps:
3029
- name: Checkout repository
31-
uses: actions/checkout@v2.3.4
30+
uses: actions/checkout@v2
3231
- name: Install Go
3332
uses: actions/setup-go@v2
3433
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.mongodb.org/atlas
22

3-
go 1.14
3+
go 1.16
44

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

0 commit comments

Comments
 (0)