Skip to content

Bump github.com/moby/go-archive from 0.2.0 to 0.3.0 in the go_modules group across 1 directory #1649

Bump github.com/moby/go-archive from 0.2.0 to 0.3.0 in the go_modules group across 1 directory

Bump github.com/moby/go-archive from 0.2.0 to 0.3.0 in the go_modules group across 1 directory #1649

Workflow file for this run

name: CI
permissions:
contents: read
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: script/cibuild
- name: Upload gh-ost binary artifact
uses: actions/upload-artifact@v7
with:
name: gh-ost
path: bin/gh-ost