We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7673a4 commit 7770c0cCopy full SHA for 7770c0c
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v4
32
- uses: actions/setup-go@v5
33
with:
34
- go-version: '1.23.2'
+ go-version: '1.23.6'
35
- name: "Install sha256sum"
36
run: brew install coreutils
37
- run: scripts/ci/setup_go.sh
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
- run: scripts/ci/analyze.sh
78
- run: scripts/ci/test.sh
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
shell: bash
91
0 commit comments