From ff2bc9617f216535db7ed4dd91100138fc1ac1e4 Mon Sep 17 00:00:00 2001 From: Taylor Price Date: Thu, 6 Jun 2024 11:02:09 -0700 Subject: [PATCH] chore: ignore docs and readme updates. update go version in test Signed-off-by: Taylor Price --- .github/workflows/test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 039d8d4d..8a1af6a7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,11 +6,15 @@ on: - main paths-ignore: - docs/** + - tools/** + - README.md pull_request: branches: - main paths-ignore: - docs/** + - tools/** + - README.md jobs: test: @@ -25,7 +29,7 @@ jobs: - uses: actions/setup-go@v5 with: cache: false - go-version: "1.21" + go-version: "1.22" - name: Build UI run: | if [ ${{ matrix.os }} != 'windows-latest' ]; then