Update go.yml

This commit is contained in:
Andrew
2024-09-13 21:00:10 +03:00
committed by GitHub
parent f335451cb5
commit ab33b67863

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 ./...