Skip to content

Bump golang from 1.25.5 to 1.26rc2 in the docker-dependencies group #209

Bump golang from 1.25.5 to 1.26rc2 in the docker-dependencies group

Bump golang from 1.25.5 to 1.26rc2 in the docker-dependencies group #209

Workflow file for this run

name: Check
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- run: go mod tidy
- run: hack/check.sh