Skip to content

chore(deps): bump github.com/josephburnett/jd/v2 from 2.3.0 to 2.5.0 #2596

chore(deps): bump github.com/josephburnett/jd/v2 from 2.3.0 to 2.5.0

chore(deps): bump github.com/josephburnett/jd/v2 from 2.3.0 to 2.5.0 #2596

Workflow file for this run

---
name: Go
on: [push, pull_request, merge_group]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.1.6
args: --verbose
- name: Test
run: |
go test -v ./...