From 3bf542bb62ceb9dd7514308b686841b1f2f20ff4 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:37:02 +0100 Subject: [PATCH] [internal] Update GitHub Actions workflow files (#372) --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ff009c0..e3270b0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-go@v5 with: # The versions of golangci-lint and setup-go here cross-depend and need to update together. - go-version: 1.22 + go-version: 1.23 # Either this action or golangci-lint needs to disable the cache cache: false - name: disarm go:embed directives to enable lint @@ -50,5 +50,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.58.0 + version: v1.60 working-directory: provider