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 e23b01c commit c620708Copy full SHA for c620708
.github/workflows/pr.yml
@@ -19,17 +19,16 @@ jobs:
19
- name: lint
20
uses: golangci/[email protected]
21
with:
22
- version: v1.50.1
+ version: v1.52.2
23
24
tests-on-unix:
25
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
golang:
30
- - "1.18"
31
- - "1.19"
32
- - "1.20"
+ - 'stable'
+ - 'oldstable'
33
steps:
34
- name: Checkout repository
35
uses: actions/checkout@v3
GNUmakefile
@@ -1,6 +1,6 @@
1
SOURCE_FILES?=./...
2
PKG_NAME=mongodbatlas
3
-GOLANGCI_VERSION=v1.50.1
+GOLANGCI_VERSION=v1.52.2
4
COVERAGE=coverage.out
5
6
export GO111MODULE := on
0 commit comments