Skip to content

Bump github.com/apache/rocketmq-client-go/v2 from 2.1.1 to 2.1.2 #482

Bump github.com/apache/rocketmq-client-go/v2 from 2.1.1 to 2.1.2

Bump github.com/apache/rocketmq-client-go/v2 from 2.1.1 to 2.1.2 #482

Workflow file for this run

name: Auto CI
on: [push, pull_request]
jobs:
build:
name: Auto triggered CI job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
uses: actions/setup-go@v3
with:
go-version: 1.21
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: Run unit tests
run: go test ./...