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 dbe9459 commit b1a5c54
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 @@ -13,13 +13,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Go
- name: Setup default toolchain 1.21.0
uses: actions/setup-go@v4
with:
go-version: "1.21.0"
cache: false

- name: Run
- name: Use go with 1.20.6 set in go.mod
run: |
cd hello
ls -la
Expand Down

0 comments on commit b1a5c54

Please sign in to comment.