Update go version

This commit is contained in:
Melon 2023-12-04 16:40:02 +00:00
parent 5643f05aa0
commit 2cce26429b
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/1f349/violet
go 1.20
go 1.21.4
require (
github.com/1f349/mjwt v0.2.1