Skip to content

bump versions of all github actions and golang to 1.22 #53

bump versions of all github actions and golang to 1.22

bump versions of all github actions and golang to 1.22 #53

Workflow file for this run

name: Go package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Test
run: make test-verbose