Skip to content

Commit

Permalink
check go version
Browse files Browse the repository at this point in the history
  • Loading branch information
zrbecker committed Nov 8, 2024
1 parent a9e7a85 commit 22a878b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.2
go-version: 1.23.1
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected]
Expand All @@ -24,6 +24,9 @@ jobs:
**/*.go
go.mod
go.sum
- name: check_version
run: |
go version
- name: tests
if: env.GIT_DIFF
run: |
Expand Down

0 comments on commit 22a878b

Please sign in to comment.