Skip to content

chore(deps): update tanstack-query monorepo to v5.100.1 #4457

chore(deps): update tanstack-query monorepo to v5.100.1

chore(deps): update tanstack-query monorepo to v5.100.1 #4457

Workflow file for this run

# SPDX-FileCopyrightText: Copyright 2025 SAP SE or an SAP affiliate company
#
# SPDX-License-Identifier: Apache-2.0
name: go-build
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: ./go.mod
- name: Build
run: go build -v ./...