Skip to content

chore(deps): Bump actions/checkout from 5.0.0 to 5.0.1 #1939

chore(deps): Bump actions/checkout from 5.0.0 to 5.0.1

chore(deps): Bump actions/checkout from 5.0.0 to 5.0.1 #1939

Workflow file for this run

name: Build
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
permissions:
contents: read
jobs:
build:
name: Build
strategy:
matrix:
go-version: [1.24]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: v2/go.sum
id: go
- name: Build
run: ./hack/build-test.sh