Skip to content

go.mod: update version to 1.24.9 (#70) #31

go.mod: update version to 1.24.9 (#70)

go.mod: update version to 1.24.9 (#70) #31

Workflow file for this run

# See LICENSE file for copyright and license information
name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...