Skip to content

ci: upgrade golangci-lint config, bump x/sys, 1.23/1.24 #14

ci: upgrade golangci-lint config, bump x/sys, 1.23/1.24

ci: upgrade golangci-lint config, bump x/sys, 1.23/1.24 #14

name: Linux Integration Test
on:
pull_request: {}
push:
branches:
- master
jobs:
build:
strategy:
matrix:
go-version: ["1.23", "1.24"]
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out Go module
uses: actions/checkout@v4
- name: Run integration tests
run: make integration
- name: goveralls
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: cover-int.out