Skip to content

chore: upgrade toolchain to latest and fix lint issues #163

chore: upgrade toolchain to latest and fix lint issues

chore: upgrade toolchain to latest and fix lint issues #163

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.26.4'
- name: Build
run: go build ./...