Skip to content

chore(deps): bump github.com/evanw/esbuild from 0.24.0 to 0.24.2 #1147

chore(deps): bump github.com/evanw/esbuild from 0.24.0 to 0.24.2

chore(deps): bump github.com/evanw/esbuild from 0.24.0 to 0.24.2 #1147

Workflow file for this run

name: Go Test
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: go test -v ./...
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: latest
args: release --skip=publish --clean --snapshot