From 8c0cdc8406293378e3a60bc5b1756eb4c90e4c62 Mon Sep 17 00:00:00 2001 From: Artem Torubarov <torubarov.a.a@gmail.com> Date: Thu, 15 Feb 2024 17:55:30 +0400 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d347a05..cdcb21b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,10 @@ jobs: # GO tests - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: '1.21' + cache: false - name: Fmt run: go fmt ./... @@ -31,7 +32,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.51.2 + version: v1.54 # Dry-run generated charts in cluster - name: Install k8s cluster uses: helm/kind-action@v1.4.0