Update go.yml

This commit is contained in:
skidoodle 2024-12-31 02:24:41 +01:00 committed by GitHub
parent 6b6831680a
commit b33bf769f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,3 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
@ -19,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23.2'
- name: Build
run: go build -v ./...