Skip to content

chore(deps): bump actions/setup-go from 5.5.0 to 6.0.0 #144

chore(deps): bump actions/setup-go from 5.5.0 to 6.0.0

chore(deps): bump actions/setup-go from 5.5.0 to 6.0.0 #144

Workflow file for this run

name: test
on: push
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go:
- "1.18"
- "1.19"
- "1.20"
- "1.21"
- "1.22"
- "1.23"
- "1.24"
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: ${{ matrix.go }}
- run: go test -race