Skip to content

Commit

Permalink
Merge pull request #4 from GlueOps/chore/update-alertmanager
Browse files Browse the repository at this point in the history
Chore/update alertmanager
  • Loading branch information
fernandoataoldotcom authored Aug 31, 2023
2 parents 6d1deeb + 3753127 commit e1bfb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.19.7'
go-version: '1.20.7'
- run: go version

- name: Check our repo
uses: actions/checkout@v3

- name: clone prometheus/alertmanager
run: git clone --depth 1 --branch v0.25.0 https://github.com/prometheus/alertmanager.git build
run: git clone --depth 1 --branch v0.26.0 https://github.com/prometheus/alertmanager.git build

- name: overwrite with our custom code
run: cp -r customizations/* build/
Expand Down

0 comments on commit e1bfb21

Please sign in to comment.