Skip to content

Bump github/codeql-action from 2 to 3 #86

Bump github/codeql-action from 2 to 3

Bump github/codeql-action from 2 to 3 #86

Workflow file for this run

name: "Build & Test"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-go@v4
with:
go-version: '1.18'
- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3