Skip to content

Commit

Permalink
github: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Oct 12, 2024
1 parent d6a0bd8 commit 9cfacd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x]
go-version: [1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Test
run: go test -v ./...

0 comments on commit 9cfacd4

Please sign in to comment.