Compare commits

..

1 Commits

Author SHA1 Message Date
35a793603c
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.44.0
All checks were successful
Run unit tests / test (pull_request) Successful in 6m1s
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 17:29:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.24.2
image: docker.io/library/golang:1.24.1
trigger:
event:
@ -92,7 +92,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.24.2
image: docker.io/library/golang:1.24.1
trigger:
event:

View File

@ -13,7 +13,7 @@ on:
jobs:
test:
container:
image: docker.io/library/golang:1.24.2
image: docker.io/library/golang:1.24.1
runs-on:
- ubuntu-latest
steps: