Skip to content

Commit f458336

Browse files
author
Robert Willert
committed
fix build
1 parent d5627ea commit f458336

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-image:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v4
1616

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
lint:
1818
name: Lint
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
timeout-minutes: 10
2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
releases-matrix:
99
name: Release Go Binary
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
fail-fast: false
1313
matrix:
@@ -45,7 +45,7 @@ jobs:
4545
4646
# build and make the releases
4747
- name: Build and make the releases
48-
uses: wangyoucao577/go-release-action@master
48+
uses: rwillert/go-release-action@master
4949
with:
5050
github_token: ${{ secrets.GITHUB_TOKEN }}
5151
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)