fix: Updated go version for github action.

This commit is contained in:
Spencer Brower
2025-11-04 14:09:47 -05:00
committed by GitHub
parent f8dc85a8b7
commit c1a179ffaf

View File

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