Skip to content

Commit

Permalink
Update e2e-tests.yaml to use go version from go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar authored Aug 28, 2024
1 parent 0a70575 commit 21f1bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version-file: go.mod

- name: Generate Matrix
id: set-matrix
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version-file: go.mod

- name: Download Tarball Artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 21f1bda

Please sign in to comment.