Skip to content

Update to go 1.23

Update to go 1.23 #120

Workflow file for this run

name: build
on:
push:
branches:
- master
tags:
- v*
jobs:
test:
uses: greboid/.github/.github/workflows/go-test.yml@master
secrets: inherit
container:
uses: greboid/.github/.github/workflows/docker.yml@master
secrets: inherit
needs: [test]