Skip to content

chore: Update gin-gonic/gin to v1.12.0 and httpx to v0.0.3; adjust in… #15

chore: Update gin-gonic/gin to v1.12.0 and httpx to v0.0.3; adjust in…

chore: Update gin-gonic/gin to v1.12.0 and httpx to v0.0.3; adjust in… #15

Workflow file for this run

name: Build and Test
permissions:
contents: read
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.24'
- name: Build
run: make init && make build
- name: Test
run: go test -v ./...