Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Sep 1, 2023
1 parent df169d9 commit 94f3ea4
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.20.x"
cache: true
cache-dependency-path: |
hello/go.sum
greeting/go.sum
- name: Run
run: |
cd hello
ls -la
go build .
glob:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.20.x"
cache: true
cache-dependency-path: "**/*.sum"
go-version: "1.21.3"
cache: false

- name: Run
run: |
Expand Down

0 comments on commit 94f3ea4

Please sign in to comment.