diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-14 17:12:58 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-14 17:12:58 +0000 |
commit | 108e20431f863fa2f1cd24f15cd0338f22f8e5a1 (patch) | |
tree | 368e7bb79c45c62967719b69bc336185e513dd8c | |
parent | fixing github action (diff) | |
download | milla-108e20431f863fa2f1cd24f15cd0338f22f8e5a1.tar.gz milla-108e20431f863fa2f1cd24f15cd0338f22f8e5a1.zip |
fixing the go executable build for github actions
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/go_build.yaml | 2 |
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 |