Skip to content

chore(deps): bump the github-actions group with 2 updates #177

chore(deps): bump the github-actions group with 2 updates

chore(deps): bump the github-actions group with 2 updates #177

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
concurrency:
group: go-build-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: '1.26.4'
- name: Build
run: go build ./...