1
0
Fork 0
forked from Mirrors/gomuks

ci: add missing environment variable

This commit is contained in:
Tulir Asokan 2025-02-16 20:52:25 +02:00
parent d1fd7f576a
commit db709896d6
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,9 @@ name: Go
on: [push, pull_request]
env:
GOTOOLCHAIN: local
jobs:
lint:
runs-on: ubuntu-latest

View file

@ -13,6 +13,9 @@ cache:
paths:
- .cache
variables:
GOTOOLCHAIN: local
frontend:
image: node:22-alpine
stage: frontend