Skip to content

Commit

Permalink
Merge branch 'master' into connect_integration_test_poc
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jul 20, 2023
2 parents bdee172 + 2fe1af6 commit 1d5cce9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/backend-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version-file: 'backend/go.mod'
# go-version-file: 'backend/go.mod'
# for now pin the verify action to 1.20.5
# due to issue with testcontainers
# https://github.com/golang/go/issues/61431
# https://github.com/testcontainers/testcontainers-go/issues/1359
go-version: '1.20.5'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 1d5cce9

Please sign in to comment.