Skip to content

fix(deps): update module github.com/go-chi/chi to v5 - autoclosed #197

fix(deps): update module github.com/go-chi/chi to v5 - autoclosed

fix(deps): update module github.com/go-chi/chi to v5 - autoclosed #197

Workflow file for this run

name: "Test"
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version: "1.21"
check-latest: true
# TODO: uncomment after migrating to Go >= 1.16 or after go mod tidy
# Error: ../../../go/pkg/mod/github.com/daixiang0/gci@v0.3.3/pkg/io/search.go:4:2: package io/fs is not in GOROOT (/opt/hostedtoolcache/go/1.15.15/x64/src/io/fs)
# - name: Lint
# run: |
# go get github.com/golangci/golangci-lint/cmd/golangci-lint
# make lint
- name: Test
run: make test