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.
1 parent 19d79a3 commit bfb0d97Copy full SHA for bfb0d97
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: install golang
13
uses: actions/setup-go@v5
14
with:
15
- go-version: 1.23.0
+ go-version: 1.23.1
16
17
- name: checkout code
18
uses: actions/checkout@v4
.github/workflows/test.yml
strategy:
matrix:
- go-version: [1.23.0]
+ go-version: [1.23.1]
steps:
0 commit comments