Skip to content

Commit

Permalink
chore(deps): update dependency golang to v1.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 1, 2022
1 parent cf51df9 commit 0fbb244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Expand Up @@ -40,7 +40,7 @@ volumes:
temp: {}
steps:
- name: download go modules
image: golang:1.18.3
image: golang:1.18.5
commands:
- go mod download
volumes: &volumes
Expand All @@ -52,7 +52,7 @@ steps:
- golangci-lint run
volumes: *volumes
- name: test
image: golang:1.18.3
image: golang:1.18.5
commands:
# bash and cgo seem to be required
- bash ci/test.sh "${DRONE_REPO_NAME}/v2"
Expand Down

0 comments on commit 0fbb244

Please sign in to comment.