Skip to content

Commit

Permalink
fix pipeline (#411)
Browse files Browse the repository at this point in the history
* fix pipeline
  • Loading branch information
aphralG authored Jul 19, 2023
1 parent d2e588f commit ff83ff7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
# Change made to fix an issue cause by security fix in Go 1.20.6 & 1.19.11 which was causing TestContainers to fail
# https://github.com/testcontainers/testcontainers-go/issues/1359
with:
go-version-file: 'go.mod'
go-version: '1.19.10'
- name: Run Integration Tests
run: |
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}
Expand Down

0 comments on commit ff83ff7

Please sign in to comment.