Skip to content

chore(deps): bump golangci/golangci-lint-action from 7 to 9 #131

chore(deps): bump golangci/golangci-lint-action from 7 to 9

chore(deps): bump golangci/golangci-lint-action from 7 to 9 #131

name: test experimental
on: [push]
permissions:
contents: write
pull-requests: write
jobs:
experimental:
name: experimental
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5
- name: setup go
uses: actions/setup-go@v6
with:
go-version: 1.24
- name: replace go version
run: sed -i 's/go 1.22/go 1.24/g' go.mod
- name: test
run: |
go env -w GOEXPERIMENT=synctest
go test -tags "experimental" -run Experimental$ -timeout=10s -race -count=10 -shuffle=on -failfast -v ./...