mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 02:03:40 -05:00
ci: add missing environment variable
This commit is contained in:
parent
d1fd7f576a
commit
db709896d6
2 changed files with 6 additions and 0 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -2,6 +2,9 @@ name: Go
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
env:
|
||||||
|
GOTOOLCHAIN: local
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -13,6 +13,9 @@ cache:
|
||||||
paths:
|
paths:
|
||||||
- .cache
|
- .cache
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GOTOOLCHAIN: local
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: node:22-alpine
|
image: node:22-alpine
|
||||||
stage: frontend
|
stage: frontend
|
||||||
|
|
Loading…
Add table
Reference in a new issue