We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e0293 commit ff2bc96Copy full SHA for ff2bc96
.github/workflows/test.yaml
@@ -6,11 +6,15 @@ on:
6
- main
7
paths-ignore:
8
- docs/**
9
+ - tools/**
10
+ - README.md
11
pull_request:
12
branches:
13
14
15
16
17
18
19
jobs:
20
test:
@@ -25,7 +29,7 @@ jobs:
25
29
- uses: actions/setup-go@v5
26
30
with:
27
31
cache: false
28
- go-version: "1.21"
32
+ go-version: "1.22"
33
- name: Build UI
34
run: |
35
if [ ${{ matrix.os }} != 'windows-latest' ]; then
0 commit comments