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 1e0beac + 314c5d0 commit 01b55e6Copy full SHA for 01b55e6
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- "1.23"
17
- "1.24"
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
21
- name: Set up Go
22
uses: actions/setup-go@v3
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
- goarch: arm64
23
goos: windows
24
25
26
- uses: wangyoucao577/go-release-action@v1
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -36,7 +36,7 @@ jobs:
36
name: Update the go.dev package
37
runs-on: ubuntu-latest
38
39
40
41
ref: ${{ github.ref_name }}
42
- name: Publish doc to go.dev packages
0 commit comments