There was an error while loading. Please reload this page.
1 parent 73604fe commit ae365bcCopy full SHA for ae365bc
2 files changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- go-version: [1.26.5]
+ go-version: [1.26.6]
14
steps:
15
- name: Install Go
16
uses: actions/setup-go@v7
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
33
34
35
36
37
- name: Checkout code
38
uses: actions/checkout@v7
0 commit comments