1
0
mirror of https://github.com/tim-beatham/smegmesh.git synced 2025-07-12 01:55:01 +02:00

Updated go version in workflow

This commit is contained in:
Tim Beatham
2023-11-05 10:47:10 +00:00
committed by GitHub
parent 275eb423fb
commit a4e9a5cd0f

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