Skip to content

Commit

Permalink
chore: update linter and Go
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 15, 2023
1 parent 26b5fb0 commit bcc87da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
name: Main Process
runs-on: ubuntu-latest
env:
GO_VERSION: 1.19
GOLANGCI_LINT_VERSION: v1.50.1
GO_VERSION: 1.20
GOLANGCI_LINT_VERSION: v1.52.2
CGO_ENABLED: 0

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Release Process
runs-on: ubuntu-latest
env:
GO_VERSION: 1.19
GO_VERSION: 1.20
CGO_ENABLED: 0

steps:
Expand Down

0 comments on commit bcc87da

Please sign in to comment.