Skip to content

Commit

Permalink
update runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Koehler committed Oct 13, 2024
1 parent 0126ecf commit 3ec2bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testAndTag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
tests:
env:
GOPRIVATE: github.com/streemtech
runs-on: self-hosted
runs-on: linux
# outputs:
# newTag: ${{ steps.bump_tag.outputs.new_tag }}
# tagMajor: ${{ steps.semver_parser.outputs.major }}
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.23

- name: Cache go files
uses: actions/cache@v2
Expand Down

0 comments on commit 3ec2bb3

Please sign in to comment.