Skip to content

Commit

Permalink
update staticcheck version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Apr 16, 2022
1 parent 992960e commit d4617de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Go staticcheck
uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2021.1.2"
version: "2022.1"
install-go: false
- name: Go Test
run: go test -v ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/env0/terraform-provider-env0

go 1.18 // please change also in repo secrets
go 1.18

require (
github.com/adhocore/gronx v0.2.6
Expand Down

0 comments on commit d4617de

Please sign in to comment.