Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Aug 28, 2024
1 parent aa54279 commit 3bf542b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 3bf542b

Please sign in to comment.