Skip to content

Commit

Permalink
chore(deps): bump golangci and go version
Browse files Browse the repository at this point in the history
  • Loading branch information
depado committed Jul 2, 2022
1 parent ab3afd6 commit e668292
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand All @@ -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:
Expand All @@ -49,4 +49,4 @@ steps:
volumes:
- name: deps
host:
path: /var/lib/cache/godeps/
path: /var/lib/cache/godeps/
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Depado/bfchroma

go 1.17
go 1.18

require (
github.com/alecthomas/chroma v0.10.0
Expand Down

0 comments on commit e668292

Please sign in to comment.