Skip to content

Commit ff2bc96

Browse files
committed
chore: ignore docs and readme updates. update go version in test
Signed-off-by: Taylor Price <[email protected]>
1 parent 22e0293 commit ff2bc96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ on:
66
- main
77
paths-ignore:
88
- docs/**
9+
- tools/**
10+
- README.md
911
pull_request:
1012
branches:
1113
- main
1214
paths-ignore:
1315
- docs/**
16+
- tools/**
17+
- README.md
1418

1519
jobs:
1620
test:
@@ -25,7 +29,7 @@ jobs:
2529
- uses: actions/setup-go@v5
2630
with:
2731
cache: false
28-
go-version: "1.21"
32+
go-version: "1.22"
2933
- name: Build UI
3034
run: |
3135
if [ ${{ matrix.os }} != 'windows-latest' ]; then

0 commit comments

Comments
 (0)