Skip to content

Bump github.com/tidwall/gjson from 1.17.0 to 1.17.1 #261

Bump github.com/tidwall/gjson from 1.17.0 to 1.17.1

Bump github.com/tidwall/gjson from 1.17.0 to 1.17.1 #261

Workflow file for this run

name: CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: .go-version
- name: Run tests
run: go test ./cloudamqp/ -v
env:
TF_ACC: 1
- name: Build for single target with GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
with:
args: build --clean --snapshot --single-target