diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 073d289..f73d56a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18dbe3a..24ea48d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: