Skip to content

Commit

Permalink
Regenerated with latest from enable-autorelease branch in ci-mgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Aug 28, 2024
1 parent 68c1544 commit 762efe5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
fail-fast: true
matrix:
language:
- dotnet
- go
- nodejs
- python
- dotnet
- go
- nodejs
- python
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 @@ -48,5 +48,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.0
version: v1.60
working-directory: provider
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ jobs:
fail-fast: false
matrix:
language:
- dotnet
- go
- nodejs
- python
- dotnet
- go
- nodejs
- python
name: main
on:
workflow_dispatch: {}
Expand Down

0 comments on commit 762efe5

Please sign in to comment.