Skip to content

Also update actions/setup-go in build.yml #497

Also update actions/setup-go in build.yml

Also update actions/setup-go in build.yml #497

Workflow file for this run

name: Build
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: 1.25.x
- run: go mod download
- run: go test -v ./...
- run: go build -v .
- run: ./test.sh