Skip to content

Bump github.com/oschwald/maxminddb-golang from 1.10.0 to 1.11.0 (#341) #590

Bump github.com/oschwald/maxminddb-golang from 1.10.0 to 1.11.0 (#341)

Bump github.com/oschwald/maxminddb-golang from 1.10.0 to 1.11.0 (#341) #590

Workflow file for this run

name: go lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linter:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.1
args: --timeout 3m --verbose