Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/sdk-47
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed May 6, 2024
2 parents 715ed37 + a44faa1 commit 3420a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22.2'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.22.2'
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down

0 comments on commit 3420a14

Please sign in to comment.