ci: bump go ver

This commit is contained in:
lewisakura
2024-09-08 23:39:50 +01:00
committed by lewisakura
parent c722d98ebd
commit 4a91d9118b
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'
- name: Install dependencies
run: go mod download