Skip to content

Commit f9d426a

Browse files
committed
Fix go version
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent 3578dd1 commit f9d426a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1717
- uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0
1818
with:
19-
go-version: "1.25"
19+
go-version: "1.26"
2020
- uses: "actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7" # v5.0.4
2121
with:
2222
path: "~/.cache/go-build"
@@ -59,7 +59,7 @@ jobs:
5959
- uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
6060
- uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0
6161
with:
62-
go-version: "1.25"
62+
go-version: "1.26"
6363
- uses: "actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7" # v5.0.4
6464
with:
6565
path: "~/.cache/go-build"

0 commit comments

Comments
 (0)