Skip to content

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

Bump github/codeql-action from 2 to 3

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

Workflow file for this run

---
name: CI
on: [push]
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Get dependencies
run: make deps
- name: Run tests
run: make test