Skip to content

build: update to go 1.24 #235

build: update to go 1.24

build: update to go 1.24 #235

Workflow file for this run

---
name: CI
"on":
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ">=1.21"
- run: make test
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make docker-image