Skip to content

Commit 2bf031f

Browse files
Update dependency go to 1.26
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a936189 commit 2bf031f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-agent-alertmanager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-go@v6
1717
with:
18-
go-version: '1.25'
18+
go-version: '1.26'
1919
- name: Build
2020
working-directory: tools/agents/agent-alertmanager
2121
run: CGO_ENABLED=0 go build -ldflags="-s -w" -o agent-alertmanager .

.github/workflows/build-agent-splunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5
1414
- uses: actions/setup-go@v6
1515
with:
16-
go-version: '1.25'
16+
go-version: '1.26'
1717
- name: Build
1818
working-directory: tools/agents/agent-splunk
1919
run: CGO_ENABLED=0 go build -o agent-splunk .

0 commit comments

Comments
 (0)