Skip to content

Update Go version from 1.23 to 1.24 in build.yml #179

Update Go version from 1.23 to 1.24 in build.yml

Update Go version from 1.23 to 1.24 in build.yml #179

Workflow file for this run

name: build
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
with:
go-version: 1.24
- run: make build