Skip to content

Commit

Permalink
setup go 1.20.1 before tidiness check (#25)
Browse files Browse the repository at this point in the history
* setup go 1.20.1 before tidiness check

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>

* remove types from pull_request event trigger

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>

---------

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
  • Loading branch information
akhilerm authored Mar 1, 2023
1 parent 6b2ee7f commit fe10a81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
tags-ignore:
- "*"
pull_request:
types:
- synchronize
branches:
- main

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- uses: actions/setup-go@v2.1.3
with:
go-version: "1.20.1"

- name: Check Go module tidiness
shell: bash
run: |
Expand Down

0 comments on commit fe10a81

Please sign in to comment.