Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Aug 30, 2023
1 parent 808fd05 commit 547467f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
with:
go-version: '1.20'
cache-dependency-path: go.sum /tmp/env
- run: go run hello.go
- run: go run .
- run: echo "bbbb"> /tmp/env

- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache-dependency-path: go.sum /tmp/env

- run: go run hello.go
- run: go run .

0 comments on commit 547467f

Please sign in to comment.