Skip to content

Bump github/codeql-action/analyze from 4.36.2 to 4.37.0 #93

Bump github/codeql-action/analyze from 4.36.2 to 4.37.0

Bump github/codeql-action/analyze from 4.36.2 to 4.37.0 #93

Workflow file for this run

on: [push, pull_request]
name: CI
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}
name: Test suite
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Setup go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- run: go test -v ./...