Skip to content

Commit 9bf8857

Browse files
committed
drop bullseye and add trixie
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
1 parent df26506 commit 9bf8857

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
inputs:
66
builder-tag:
77
description: golang cross builder tag name
8-
default: v1.24.6-0
8+
default: v1.25.0-0
99
golang-version:
1010
description: golang version
11-
default: "1.24.6"
11+
default: "1.25.0"
1212
osxcross-git-hash:
1313
description: git commit hash of osx-cross project
1414
default: "ff8d100f3f026b4ffbe4ce96d8aac4ce06f1278b"
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
codename: [bullseye, bookworm]
22+
codename: [bookworm, trixie]
2323
runs-on: ubuntu-latest
2424
continue-on-error: false
2525
permissions:

.github/workflows/release-golang-cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
strategy:
1111
matrix:
12-
codename: [bullseye, bookworm]
12+
codename: [bookworm, trixie]
1313
permissions:
1414
id-token: write
1515
packages: write

0 commit comments

Comments
 (0)