Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Oct 26, 2023
1 parent d4799cc commit ea7b3d6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,16 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- uses: actions/checkout@v3

- name: default go
run: |
echo 'ls -la /usr/bin/go'
ls -la /usr/bin/go

- name: Set up Go 1.16.2
uses: akv-platform/setup-go@usr-bin-go
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.16.2'
go-version: 1.20.x
cache: false

- name: run go
run: |
Expand Down

0 comments on commit ea7b3d6

Please sign in to comment.