Skip to content

chore: migrate to bun #181

chore: migrate to bun

chore: migrate to bun #181

Workflow file for this run

name: Go
on:
push:
branches:
- "main"
tags:
- 'v*'
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- run: curl -sSLf https://raw.githubusercontent.com/octohelm/wagon/main/install.sh | sudo sh
- run: make ship
env:
DAGGER_LOG_FORMAT: plain
GH_USERNAME: ${{ github.actor }}
GH_PASSWORD: ${{ secrets.GITHUB_TOKEN }}