diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-10 20:56:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-10 20:56:35 -0500 |
| commit | 3cbb373524606bcf5a974ffff2e742c129029152 (patch) | |
| tree | a8dc6bfad3b02c80b9110518b46efdeed3d4b579 /.github/workflows | |
| parent | 9e216f3464d63993dcffc47a15ab4bc98ab2ec13 (diff) | |
| download | x-3cbb373524606bcf5a974ffff2e742c129029152.tar.xz x-3cbb373524606bcf5a974ffff2e742c129029152.zip | |
Update go.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e9c1b1a..2d72fbe 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: self-hosted steps: - uses: actions/checkout@v4 @@ -51,4 +51,4 @@ jobs: run: go build ./... - name: Test - run: go test ./...
\ No newline at end of file + run: go test ./... |
