aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-14 17:12:58 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-14 17:12:58 +0000
commit108e20431f863fa2f1cd24f15cd0338f22f8e5a1 (patch)
tree368e7bb79c45c62967719b69bc336185e513dd8c
parentfixing github action (diff)
downloadmilla-108e20431f863fa2f1cd24f15cd0338f22f8e5a1.tar.gz
milla-108e20431f863fa2f1cd24f15cd0338f22f8e5a1.zip
fixing the go executable build for github actions
-rw-r--r--.github/workflows/go_build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go_build.yaml b/.github/workflows/go_build.yaml
index 6f1f8ca..4f07ef6 100644
--- a/.github/workflows/go_build.yaml
+++ b/.github/workflows/go_build.yaml
@@ -6,7 +6,7 @@ on:
branches: [ "main" ]
jobs:
build:
- runs-on: alpine-3.19
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go