Skip to content

Commit

Permalink
pin gotestsum version + gotestsum requires go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Nov 4, 2024
1 parent fddf0b1 commit 8e0892f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 89 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.17'
go-version: '1.19'

- name: Install dependencies
run: go mod download
Expand All @@ -31,7 +31,7 @@ jobs:
run: go build ./...

- name: Install gotestsum
run: go install gotest.tools/gotestsum@latest
run: go install gotest.tools/gotestsum@v1.12.0

- name: Run Integration tests
run: |
Expand Down
87 changes: 0 additions & 87 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 8e0892f

Please sign in to comment.