From e668292e6b7bde68758507bc448ffd62bb9f0fea Mon Sep 17 00:00:00 2001 From: Paul Lhussiez Date: Sat, 2 Jul 2022 13:43:24 +0200 Subject: [PATCH] chore(deps): bump golangci and go version --- .drone.yml | 8 ++++---- go.mod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7438ea5..9fceead 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: deps path: /go commands: - - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.44.2 + - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s - ./bin/golangci-lint run --timeout 5m - rm -r ./bin/ @@ -38,8 +38,8 @@ steps: token: from_secret: telegram_token message: > - *{{repo.name}}* - [Build {{build.number}}]({{build.link}}) by {{commit.author}} {{#success build.status}}succeeded{{else}}failed{{/success}} in {{buildtime build.started}} + *{{repo.name}}* + [Build {{build.number}}]({{build.link}}) by {{commit.author}} {{#success build.status}}succeeded{{else}}failed{{/success}} in {{buildtime build.started}} `{{truncate commit.sha 8}}`: "{{commit.message}}" when: status: @@ -49,4 +49,4 @@ steps: volumes: - name: deps host: - path: /var/lib/cache/godeps/ \ No newline at end of file + path: /var/lib/cache/godeps/ diff --git a/go.mod b/go.mod index 77ad2ff..d3e1785 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Depado/bfchroma -go 1.17 +go 1.18 require ( github.com/alecthomas/chroma v0.10.0