We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52928af commit 1d669b4Copy full SHA for 1d669b4
.github/workflows/pr.yml
@@ -11,7 +11,7 @@ jobs:
11
golangci-lint:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v2
15
- name: lint
16
uses: golangci/golangci-lint-action@v2.5.2
17
with:
@@ -23,12 +23,11 @@ jobs:
23
strategy:
24
matrix:
25
golang:
26
- - 1.14
27
- - 1.15
28
- 1.16
+ - 1.17
29
30
- name: Checkout repository
31
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v2
32
- name: Install Go
33
uses: actions/setup-go@v2
34
go.mod
@@ -1,6 +1,6 @@
1
module go.mongodb.org/atlas
2
3
-go 1.14
+go 1.16
4
5
require (
6
github.com/go-test/deep v1.0.7
0 commit comments