aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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