Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
chore: Synced file(s) with cloudquery/.github (#444)
Browse files Browse the repository at this point in the history
Co-authored-by: cq-bot <null>
  • Loading branch information
cq-bot authored Jul 28, 2022
1 parent ef591a1 commit 1e6d030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-go@v3
if: steps.changes.outputs.src == 'true' || github.event_name != 'pull_request'
with:
go-version: 1.17
go-version: 1.18

- name: golangci-lint
if: steps.changes.outputs.src == 'true' || github.event_name != 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
dbversion: ['postgres:10']
go: ['1.17']
go: ['1.18']
platform: [ ubuntu-latest]
runs-on: ${{ matrix.platform }}
services:
Expand Down

0 comments on commit 1e6d030

Please sign in to comment.