update Go version

This commit is contained in:
syumai 2024-11-13 01:57:12 +09:00
parent d3a0b9f41e
commit 72fa6fe2dc
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
ci:
strategy:
matrix:
go-version: [ 1.21.3 ]
go-version: [ 1.23.3 ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/syumai/workers
go 1.21.3
go 1.23.3