💚 Fix: Set up Go

This commit is contained in:
James Musselman 2024-07-02 14:20:06 -05:00
parent e32238ad4d
commit 25f759e407
No known key found for this signature in database
GPG key ID: 1DAEFF35ECB5D6DB

View file

@ -18,6 +18,10 @@ jobs:
with:
ref: main
repository: Musselman/Notatio
- name: Set up go
uses: actions/setup-go@v5
with:
go-version: ">=1.17.0"
- name: Get latest tag
run: |
tagOutput=$(git describe --abbrev=0 --tags || true)