Skip to content

fix(deps): update module github.com/elazarl/goproxy to v1.8.1 (#35) #105

fix(deps): update module github.com/elazarl/goproxy to v1.8.1 (#35)

fix(deps): update module github.com/elazarl/goproxy to v1.8.1 (#35) #105

Workflow file for this run

name: Test
on:
push:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Set up Go
uses: actions/setup-go@v6.2.0
with:
go-version: 1.25.6
- name: Install kindlegen
run: |
curl -L https://github.com/lapwat/papeer/releases/download/kindlegen/kindlegen_linux_2.6_i386_v2_9.tar.gz > kindlegen.tar.gz
tar xzvf kindlegen.tar.gz
chmod +x kindlegen
mv kindlegen /usr/local/bin
- name: Checkout
uses: actions/checkout@v6.0.2
- name: Test
run: make test