Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Bump github/codeql-action from 2.2.11 to 2.22.6 #436

Bump github/codeql-action from 2.2.11 to 2.22.6

Bump github/codeql-action from 2.2.11 to 2.22.6 #436

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest, macos-11, macos-latest, windows-2019, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
with:
go-version: 1.17.x
- name: Test
run: go test ./...