Skip to content

Update to Go 1.25.6 #496

Update to Go 1.25.6

Update to Go 1.25.6 #496

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@44694675825211faa026b3c33043df3e48a5fa00 # v6
with:
go-version: 1.25.x
- run: go mod download
- run: go test -v ./...
- run: go build -v .
- run: ./test.sh