Skip to content

build(deps): update module github.com/dgraph-io/ristretto to v2 (#101) #357

build(deps): update module github.com/dgraph-io/ristretto to v2 (#101)

build(deps): update module github.com/dgraph-io/ristretto to v2 (#101) #357

Workflow file for this run

name: build
on:
push:
branches-ignore:
- renovate/**
pull_request:
branches:
- master
env:
GOTOOLCHAIN: "local"
jobs:
docker:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- run: go get ./...
- run: go build -o dist/img-proxy
name: Build Binary
env:
CGO_ENABLED: '0'
- run: docker build -t tmp .
- run: docker run tmp -h