Skip to content

Bump @babel/plugin-transform-runtime from 7.23.7 to 7.25.9 #210

Bump @babel/plugin-transform-runtime from 7.23.7 to 7.25.9

Bump @babel/plugin-transform-runtime from 7.23.7 to 7.25.9 #210

Workflow file for this run

name: go
on:
workflow_call:
push:
branches: [ planted ]
pull_request:
branches: [ planted ]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-go@v5
with:
go-version: '^1.20'
- uses: codecov/codecov-action@v5.1.2
- run: go install golang.org/x/tools/cmd/goimports@latest
- run: make lint
- run: make race