We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65136ee + 9e1fbca commit c5205ccCopy full SHA for c5205cc
.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
if: matrix.os == 'ubuntu-22.04'
35
run: make build-ui
0 commit comments