From dcd4511e6233f7dadc7106f865e31af9a0b4046d Mon Sep 17 00:00:00 2001 From: Andrew Lytvynov Date: Wed, 7 Feb 2024 11:26:28 -0800 Subject: [PATCH] [tailscale] .github/workflows: update release branch to 1.22 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 642bb7ff70951f..a3ced18c945ef1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: push: branches: - tailscale - - 'tailscale.go1.21' + - 'tailscale.go1.22' pull_request: branches: - '*' @@ -16,7 +16,7 @@ on: ref: description: Branch, commit or tag to build from required: true - default: 'tailscale.go1.21' + default: 'tailscale.go1.22' jobs: test: