Skip to content

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.5 in /gentei #308

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.5 in /gentei

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.5 in /gentei #308

Workflow file for this run

name: backend-dev
on:
pull_request:
defaults:
run:
working-directory: gentei
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.work"
- run: go test -v ./...
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: docker build
env:
DOCKER_BUILDKIT: "1"
run: docker build . -t gentei