Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
easeway committed Jan 9, 2024
1 parent 7d95a82 commit f9a8d60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: go
uses: actions/setup-go@v2
with:
go-version: ~1.18
go-version: ~1.19

- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: go
uses: actions/setup-go@v2
with:
go-version: ~1.18
go-version: ~1.19

- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: go
uses: actions/setup-go@v2
with:
go-version: ~1.18
go-version: ~1.19

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit f9a8d60

Please sign in to comment.