use latest go in CI builds
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: 'stable'
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: >
|
run: >
|
||||||
pacman -Syu &&
|
pacman -Syu &&
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: 'stable'
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: brew install --force mpv && brew install --force dylibbundler
|
run: brew install --force mpv && brew install --force dylibbundler
|
||||||
- name: Setup path
|
- name: Setup path
|
||||||
@@ -130,7 +130,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: 'stable'
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: brew install --force mpv && brew install --force dylibbundler
|
run: brew install --force mpv && brew install --force dylibbundler
|
||||||
- name: Setup path
|
- name: Setup path
|
||||||
@@ -167,7 +167,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
||||||
- name: Install Fyne tool
|
- name: Install Fyne tool
|
||||||
@@ -191,7 +191,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
||||||
- name: Install Fyne tool
|
- name: Install Fyne tool
|
||||||
@@ -215,7 +215,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: 'stable'
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: >
|
run: >
|
||||||
pacman -Syu &&
|
pacman -Syu &&
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: stable
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: brew install --force mpv && brew install --force dylibbundler
|
run: brew install --force mpv && brew install --force dylibbundler
|
||||||
- name: Setup path
|
- name: Setup path
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: stable
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: brew install --force mpv && brew install --force dylibbundler
|
run: brew install --force mpv && brew install --force dylibbundler
|
||||||
- name: Setup path
|
- name: Setup path
|
||||||
@@ -147,7 +147,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
||||||
- name: Install Fyne tool
|
- name: Install Fyne tool
|
||||||
@@ -171,7 +171,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: 'stable'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
||||||
- name: Install Fyne tool
|
- name: Install Fyne tool
|
||||||
@@ -195,7 +195,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: stable
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user