Skip to content

Commit a29288b

Browse files
Go 1.26.1 with jobs renaming
1 parent c721d75 commit a29288b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
goos: [windows, linux, darwin]
2525
goarch: [amd64, arm64]
26-
buildtarget: ['go1.26.0']
26+
buildtarget: ['go1.26.1']
2727
fail-fast: false
2828
env:
2929
GOOS: ${{ matrix.goos }}
@@ -118,13 +118,13 @@ jobs:
118118
tag: ${{ github.ref }}
119119
file_glob: true
120120

121-
pre-llex:
121+
pre-cr:
122122
runs-on: ubuntu-latest
123123
permissions:
124124
contents: write
125125
strategy:
126126
matrix:
127-
buildtarget: ['go1.26.0']
127+
buildtarget: ['go1.26.1']
128128
fail-fast: false
129129
steps:
130130
- name: Download source
@@ -181,7 +181,7 @@ jobs:
181181
contents: write
182182
strategy:
183183
matrix:
184-
buildtarget: ['go1.26.0']
184+
buildtarget: ['go1.26.1']
185185
fail-fast: false
186186
steps:
187187
- name: Download source

.github/workflows/test-go1_26.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
path: |
9595
./*
9696
97-
pre-llex:
97+
pre-cr:
9898
runs-on: ubuntu-latest
9999
permissions:
100100
contents: write

.github/workflows/test-go_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
path: |
9191
./*
9292
93-
pre-llex:
93+
pre-cr:
9494
runs-on: ubuntu-latest
9595
permissions:
9696
contents: write

0 commit comments

Comments
 (0)