Skip to content

Commit 23a5237

Browse files
committed
Update arkade to Go 1.26
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 43bfdf4 commit 23a5237

38 files changed

Lines changed: 349 additions & 308 deletions

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: build
33
on:
44
push:
55
branches:
6-
- '*'
6+
- "*"
77
pull_request:
88
branches:
9-
- '*'
9+
- "*"
1010

1111
jobs:
1212
build:
13-
concurrency:
13+
concurrency:
1414
group: ${{ github.ref }}
1515
cancel-in-progress: true
1616

@@ -22,6 +22,6 @@ jobs:
2222
- name: Install Go
2323
uses: actions/setup-go@master
2424
with:
25-
go-version: 1.25.x
25+
go-version: 1.26.x
2626
- name: Make all
2727
run: make all

.github/workflows/e2e-url-checker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: e2e-url-checker
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: "0 0 * * *"
66
push:
77
branches:
8-
- '*'
8+
- "*"
99
pull_request:
1010
branches:
11-
- '*'
11+
- "*"
1212
workflow_dispatch:
1313

1414
jobs:
@@ -21,6 +21,6 @@ jobs:
2121
- name: Install Go
2222
uses: actions/setup-go@master
2323
with:
24-
go-version: 1.25.x
24+
go-version: 1.26.x
2525
- name: Run URL checker tests
2626
run: make e2e

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish
33
on:
44
push:
55
tags:
6-
- '*'
6+
- "*"
77

88
jobs:
99
publish:
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@master
1717
with:
18-
go-version: 1.25.x
18+
go-version: 1.26.x
1919
- name: Make all
2020
run: make all
2121
- name: Upload release binaries

vendor/github.com/Masterminds/semver/doc.go

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/version_fuzz.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-colorable/colorable_windows.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-isatty/isatty_windows.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/go-digest/digest.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/opencontainers/go-digest/doc.go

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)