diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 093fa492d7..bb3b75ebce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.17.x + go-version: 1.18.x - name: Checkout code uses: actions/checkout@v2 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c454473d9f..574c41cb78 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.17.x + go-version: 1.18.x - name: Checkout code uses: actions/checkout@v2 @@ -38,7 +38,7 @@ jobs: - name: Golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.42.1 + version: v1.46.2 only-new-issues: true skip-pkg-cache: true skip-build-cache: true \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ea8eb3719..83d74a93a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.17.x + go-version: 1.18.x - name: Checkout code uses: actions/checkout@v2