Skip to content

Commit a4e171d

Browse files
authored
Update GitHub Actions workflows. (#463)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 89ba5ed89535639b7aab2b73eb3235d32b55d639.
1 parent 6e3de57 commit a4e171d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/setup-go@v5
4646
with:
4747
# The versions of golangci-lint and setup-go here cross-depend and need to update together.
48-
go-version: 1.21
48+
go-version: 1.22
4949
# Either this action or golangci-lint needs to disable the cache
5050
cache: false
5151
- name: disarm go:embed directives to enable lint
@@ -58,7 +58,7 @@ jobs:
5858
- name: golangci-lint
5959
uses: golangci/golangci-lint-action@v4
6060
with:
61-
version: v1.55.2
61+
version: v1.58.0
6262
working-directory: provider
6363
- if: failure() && github.event_name == 'push'
6464
name: Notify Slack

0 commit comments

Comments
 (0)