dev: fix GO_VERSION in post release workflow (#4926)
This commit is contained in:
parent
87dd8fe755
commit
741df1fc6a
12
.github/workflows/post-release.yml
vendored
12
.github/workflows/post-release.yml
vendored
@ -4,6 +4,13 @@ on:
|
|||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
|
||||||
|
env:
|
||||||
|
# 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'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-docs:
|
update-docs:
|
||||||
name: "Update readme"
|
name: "Update readme"
|
||||||
@ -11,11 +18,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GOLANGCI_LINT_TOKEN }}
|
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'
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user