Compare commits

..

2 Commits

Author SHA1 Message Date
fc007b49cc
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.44.0
Some checks failed
Run unit tests / test (pull_request) Successful in 4m54s
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2025-04-01 19:48:08 +00:00
4a1297b9b8
chore(deps): update docker.io/library/golang docker tag to v1.24.2
Some checks failed
Run unit tests / test (pull_request) Successful in 7m35s
continuous-integration/drone/pr Build is passing
Run unit tests / test (push) Successful in 5m0s
continuous-integration/drone/push Build is failing
2025-04-01 17:29:30 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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