Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IrineSistiana committed Feb 17, 2021
1 parent a76ee1e commit 852a9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
repository: IrineSistiana/mosdns

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- uses: actions/cache@v2
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Test mosdns

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:

Expand All @@ -16,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 852a9ba

Please sign in to comment.