1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 12:52:06 -04:00

ci: update go version and golangci-lint version

This commit is contained in:
bbedward
2026-02-12 09:57:38 -05:00
parent 750e4c4527
commit 96b9d7aab3
3 changed files with 3 additions and 3 deletions

View File

@@ -335,7 +335,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version-file: ./core/go.mod
- name: Install OSC
run: |

View File

@@ -158,7 +158,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version-file: ./core/go.mod
cache: false
- name: Install build dependencies