Skip to content

chore(deps): update tanstack-query monorepo to v4.32.6 #710

chore(deps): update tanstack-query monorepo to v4.32.6

chore(deps): update tanstack-query monorepo to v4.32.6 #710

Workflow file for this run

name: go-build
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: go build -v ./...