Skip to content

Commit

Permalink
Chore: "luzilla" vs "Luzilla"
Browse files Browse the repository at this point in the history
Also update to Go 1.16 everywhere.
  • Loading branch information
till committed Mar 31, 2021
1 parent 391c174 commit 6b2ea80
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
# DRY
x_ref:
docker_golang: &docker_golang
image: circleci/golang:1.12
image: circleci/golang:1.16
docker_goreleaser: &docker_goreleaser
image: goreleaser/goreleaser
work_dir: &work_dir
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist
vendor
4 changes: 2 additions & 2 deletions dnsbl_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"net/http"
"os"

"github.com/luzilla/dnsbl_exporter/collector"
"github.com/luzilla/dnsbl_exporter/config"
"github.com/Luzilla/dnsbl_exporter/collector"
"github.com/Luzilla/dnsbl_exporter/config"
"github.com/prometheus/client_golang/prometheus"
"github.com/urfave/cli"

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/luzilla/dnsbl_exporter
module github.com/Luzilla/dnsbl_exporter

go 1.12
go 1.16

require github.com/prometheus/client_golang v1.9.0

Expand Down
Loading

0 comments on commit 6b2ea80

Please sign in to comment.