Skip to content

Change workflow to go version 1.22.0 #24

Change workflow to go version 1.22.0

Change workflow to go version 1.22.0 #24

Workflow file for this run

name: Go test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: '1.22.0'
- name: Test with the Go CLI
run: go test ./...