Skip to content

Upgrade to go 1.22 (#41) #112

Upgrade to go 1.22 (#41)

Upgrade to go 1.22 (#41) #112

Workflow file for this run

name: Build & Test the Project
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.4
- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/[email protected]
- name: Run makefile
run: make all