Skip to content

Bump go.uber.org/dig from 1.17.0 to 1.17.1 #153

Bump go.uber.org/dig from 1.17.0 to 1.17.1

Bump go.uber.org/dig from 1.17.0 to 1.17.1 #153

Workflow file for this run

name: Go
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...