Update actions/setup-go action to v5 (#1)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0c9f7c27b9
commit
68dd9021be
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
DISCORD_TOKEN: 0
|
DISCORD_TOKEN: 0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "stable"
|
go-version: "stable"
|
||||||
- run: go test ./... -v
|
- run: go test ./... -v
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue