Update go version

This commit is contained in:
Melon 2024-04-15 16:28:55 +01:00
parent 2b160d4309
commit 4e959ecdfb
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3