build: go 1.22 -> 1.23

This commit is contained in:
Trong Huu Nguyen
2024-11-14 13:30:08 +01:00
parent b4449a3727
commit ca4ebb6ef4
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5.1.0
with:
go-version: '1.22'
go-version: '1.23'
check-latest: true
# Initializes the CodeQL tools for scanning.

View File

@@ -47,7 +47,7 @@ Detailed documentation can be found in the [documentation](docs) directory:
## Development
Requires Go 1.22
Requires Go 1.23
```shell
docker-compose up -d