Skip to content

chore: Update module go.uber.org/atomic to v1.11.0 - autoclosed #353

chore: Update module go.uber.org/atomic to v1.11.0 - autoclosed

chore: Update module go.uber.org/atomic to v1.11.0 - autoclosed #353

Workflow file for this run

name: Build tags
on: [pull_request]
jobs:
buildtags:
name: tag
runs-on: ubuntu-latest
strategy:
matrix:
buildtag: [disgord_diagnosews]
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get dependencies
run: go mod download
- name: test
run: go test -tags=${{ matrix.buildtag }} -v -race -short ./...