Skip to content

Bump golang to v1.23 #263

Bump golang to v1.23

Bump golang to v1.23 #263

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make test
- run: make