Skip to content

Commit

Permalink
test: update actions to use the new go action values (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn authored May 5, 2023
1 parent e23b01c commit c620708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@ jobs:
- name: lint
uses: golangci/[email protected]
with:
version: v1.50.1
version: v1.52.2

tests-on-unix:
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
runs-on: ubuntu-latest
strategy:
matrix:
golang:
- "1.18"
- "1.19"
- "1.20"
- 'stable'
- 'oldstable'
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SOURCE_FILES?=./...
PKG_NAME=mongodbatlas
GOLANGCI_VERSION=v1.50.1
GOLANGCI_VERSION=v1.52.2
COVERAGE=coverage.out

export GO111MODULE := on
Expand Down

0 comments on commit c620708

Please sign in to comment.