Skip to content

Commit

Permalink
Merge pull request #78 from tinynetwork/change-checkout-version
Browse files Browse the repository at this point in the history
Change checkout, setup-go version
  • Loading branch information
ak1ra24 committed Dec 21, 2021
2 parents 09da49e + 77f3d28 commit a160ce5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.13
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Build
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.13
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Build
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.13
id: go

- name: checkout
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: download modules
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit a160ce5

Please sign in to comment.