We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7614fcc + 1993bc8 commit 508f7bdCopy full SHA for 508f7bd
.github/workflows/check_format.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
20
with:
21
- go-version: "1.25.2"
+ go-version: "1.25.3"
22
23
- name: Set up Python
24
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
.github/workflows/go.yml
@@ -20,7 +20,7 @@ jobs:
- go-version: '1.25.2'
+ go-version: '1.25.3'
25
- name: Test
26
run: go test -v ./...
0 commit comments