Update go.yml

This commit is contained in:
Ryan Ward 2025-03-30 01:40:12 -04:00 committed by GitHub
parent 8a3b5ba7da
commit 6c2b3c58bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,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'
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...