Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
googollee committed Jul 29, 2024
1 parent 7bfe215 commit a9defcb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,17 @@ jobs:
go:
- 'stable'
- 'oldstable'
- 'current'
steps:
- name: Checkout the repo
uses: actions/checkout@v4

- name: Set up Go
if: ${{ matrix.go }} != 'current'
uses: actions/setup-go@v5
with:
go-version: '${{ matrix.go }}'
check-latest: true
cache-dependency-path: ./go.sum

- name: Set up Go
if: ${{ matrix.go }} != 'current'
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
check-latest: true
cache-dependency-path: ./go.sum

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit a9defcb

Please sign in to comment.