Skip to content

Bump golang from 1.23.6 to 1.24.0 #148

Bump golang from 1.23.6 to 1.24.0

Bump golang from 1.23.6 to 1.24.0 #148

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23.6"
- name: Build
run: go build -v ./...