Skip to content

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

Bump github/codeql-action from 2 to 3

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

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.17
check-latest: true
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...