Skip to content

rebuild golang-custom-analyzer with go v1.22.1 #11

rebuild golang-custom-analyzer with go v1.22.1

rebuild golang-custom-analyzer with go v1.22.1 #11

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- 'main'
jobs:
test:
name: Tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- run: make setup
- run: make test