Skip to content

Commit

Permalink
Use go.mod file for version
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajsh committed Jul 2, 2024
1 parent 0093802 commit af1826f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.22.2'

# - name: Setup test
# run: |
# go install github.com/onsi/ginkgo/v2/ginkgo
go-version-file: go.mod
check-latest: true

- name: Run Tests
run: |
Expand Down

0 comments on commit af1826f

Please sign in to comment.