mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-18 17:53:42 -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]
|
||||
|
||||
env:
|
||||
GOTOOLCHAIN: local
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -13,6 +13,9 @@ cache:
|
|||
paths:
|
||||
- .cache
|
||||
|
||||
variables:
|
||||
GOTOOLCHAIN: local
|
||||
|
||||
frontend:
|
||||
image: node:22-alpine
|
||||
stage: frontend
|
||||
|
|
Loading…
Add table
Reference in a new issue