Skip to content

Bump golang from 1.24.2 to 1.24.5 #15

Bump golang from 1.24.2 to 1.24.5

Bump golang from 1.24.2 to 1.24.5 #15

Workflow file for this run

name: CI Build & Test
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.24.2
- name: Build
run: go build -v ./...
- name: fmt
run: gofmt -s -l -e .