We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dd8fe commit 741df1fCopy full SHA for 741df1f
.github/workflows/post-release.yml
@@ -4,18 +4,20 @@ on:
4
types:
5
- published
6
7
+env:
8
+ # https://github.com/actions/setup-go#supported-version-syntax
9
+ # ex:
10
+ # - 1.18beta1 -> 1.18.0-beta.1
11
+ # - 1.18rc1 -> 1.18.0-rc.1
12
+ GO_VERSION: '1.23'
13
+
14
jobs:
15
update-docs:
16
name: "Update readme"
17
continue-on-error: true
18
runs-on: ubuntu-latest
19
env:
20
GITHUB_TOKEN: ${{ secrets.GOLANGCI_LINT_TOKEN }}
- # https://github.com/actions/setup-go#supported-version-syntax
- # ex:
- # - 1.18beta1 -> 1.18.0-beta.1
- # - 1.18rc1 -> 1.18.0-rc.1
- GO_VERSION: '1.23'
21
steps:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-go@v5
0 commit comments