Skip to content

Bump golangci/golangci-lint-action from 5 to 6 (#306) #174

Bump golangci/golangci-lint-action from 5 to 6 (#306)

Bump golangci/golangci-lint-action from 5 to 6 (#306) #174

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Go ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- name: Run tests
run: |
go test ./...
- name: Build and Install
run: |
go run build/make.go
go run build/make.go --install