Skip to content

ci: update workflow to Go 1.22 and modern actions #17

ci: update workflow to Go 1.22 and modern actions

ci: update workflow to Go 1.22 and modern actions #17

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build -v .