1
0
mirror of https://github.com/garraflavatra/go-fmp.git synced 2025-06-27 20:15:11 +00:00

Fix Go version in CI file

This commit is contained in:
2025-06-14 15:25:23 +02:00
parent bd871b6457
commit cc8a602b51

View File

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