Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
undo unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Mar 4, 2024
1 parent dbcab98 commit 132b7ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/examples-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
go-version: 1
- name: golangci-lint
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299
uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018
with:
version: v1.53.3
version: v1.45.2
working-directory: examples/console
skip-go-installation: true

build:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
go-version: 1
- name: golangci-lint
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299
uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018
with:
version: v1.53.3
version: v1.45.2
working-directory: sdk
skip-go-installation: true

build:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions sdk/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ linters:
enable:
- gofmt
- gofumpt
disable:
- gocritic

linters-settings:
govet:
Expand Down

0 comments on commit 132b7ae

Please sign in to comment.