Skip to content

build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 #53

build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0

build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 #53

Workflow file for this run

name: snapshot
on:
pull_request:
push:
permissions:
contents: write
jobs:
goreleaser-snapshot:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '>=1.24'
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.12.0
with:
enable-cache: true
devbox-version: 0.14.0
-
# Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Install prerequisites
shell: /usr/bin/bash {0}
run: |
devbox install
devbox run snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}