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:
renovate[bot] 2024-01-21 21:24:40 +01:00 committed by GitHub
commit 68dd9021be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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