Skip to content

chore(deps): Bump actions/setup-go from 2 to 5 #228

chore(deps): Bump actions/setup-go from 2 to 5

chore(deps): Bump actions/setup-go from 2 to 5 #228

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Run tests
run: go test -cover ./...
env:
SECURE_PROXY: ${{ secrets.SECURE_PROXY }}
NON_SECURE_PROXY: ${{ secrets.NON_SECURE_PROXY }}
SOCKS5_PROXY: ${{ secrets.SOCKS5_PROXY }}