Skip to content

build(deps): bump github.com/go-resty/resty/v2 from 2.9.1 to 2.10.0 #510

build(deps): bump github.com/go-resty/resty/v2 from 2.9.1 to 2.10.0

build(deps): bump github.com/go-resty/resty/v2 from 2.9.1 to 2.10.0 #510

Workflow file for this run

name: Build
on:
workflow_call:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build-go:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: "1.19"
- name: Build go project
run: |
make build
build-docker:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Build docker image
run: |
docker build .