Skip to content

Commit

Permalink
chore(deps): update non-minor dependencies (#25)
Browse files Browse the repository at this point in the history
* chore(deps): update non-minor dependencies
* Drop support for GitLab-CI
* Update Golang suggested by Renovate

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: i567000 <[email protected]>
  • Loading branch information
renovate[bot] and LHozzan authored Oct 17, 2023
1 parent 20c7a6d commit 1477151
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 273 deletions.
137 changes: 0 additions & 137 deletions .gitlab-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.0-alpine AS builder
FROM golang:1.21.3-alpine AS builder
WORKDIR /src/
COPY go.mod go.mod
COPY go.sum go.sum
Expand Down
14 changes: 0 additions & 14 deletions ci/build_binaries

This file was deleted.

18 changes: 0 additions & 18 deletions ci/build_image

This file was deleted.

11 changes: 0 additions & 11 deletions ci/build_package

This file was deleted.

62 changes: 0 additions & 62 deletions ci/gitlab_release

This file was deleted.

3 changes: 0 additions & 3 deletions ci/upload_package

This file was deleted.

26 changes: 0 additions & 26 deletions ci/validate_version

This file was deleted.

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/sap-contributions/prometheus-logstash-exporter

go 1.21
go 1.21.3

require github.com/prometheus/client_golang v1.16.0

Expand Down

0 comments on commit 1477151

Please sign in to comment.