Skip to content

Commit

Permalink
Merge branch 'master' into renovate/goreleaser-goreleaser-action-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanLunar authored Jun 28, 2024
2 parents 5fdcd31 + 10a390d commit 148d0af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.3
go-version: 1.22.4
- name: Cache Go modules
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.3
go-version: 1.22.4
- name: Cache Go modules
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
target: /config

prometheus:
image: prom/prometheus:v2.51.2
image: prom/prometheus:v2.53.0
volumes:
- type: bind
source: ./prometheus.yml
Expand Down

0 comments on commit 148d0af

Please sign in to comment.