Skip to content

Commit

Permalink
Add lint make target and switch to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Nov 13, 2024
1 parent 83eda8c commit 65ee3a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

lint: .golangci.yml
golangci-lint run

.golangci.yml: Makefile
curl -fsS -o .golangci.yml https://raw.githubusercontent.com/fortio/workflows/main/golangci.yml

.PHONY: lint
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module fortio.org/slack-proxy

go 1.22.4
go 1.23.3

require (
fortio.org/assert v1.2.1
fortio.org/fortio v1.68.0
Expand Down

0 comments on commit 65ee3a1

Please sign in to comment.