Fix go version

This commit is contained in:
Syed Daanish
2025-02-09 15:12:18 +03:00
parent 5d8fe93ffb
commit 6f88306941
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'
- name: Build
run: go build -v ./...