fix syntax in go-version in workflow yml

This commit is contained in:
Drew Weymouth
2026-04-05 08:37:53 -07:00
parent 19f3180320
commit 8fa6113969
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: stable
go-version: 'stable'
- name: Install dependencies
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
- name: golangci-lint
+3 -3
View File
@@ -77,7 +77,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: stable
go-version: 'stable'
- name: Install Dependencies
run: brew install --force mpv && brew install --force dylibbundler
- name: Setup path
@@ -110,7 +110,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: stable
go-version: 'stable'
- name: Install Dependencies
run: brew install --force mpv && brew install --force dylibbundler
- name: Setup path
@@ -195,7 +195,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: stable
go-version: 'stable'
- name: Install dependencies
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
- name: Build