Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Oct 10, 2023
1 parent 021d8b3 commit 0561c77
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- 'planning/**'
branches:
- main
push:

jobs:
build:
Expand All @@ -18,11 +17,11 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v2
with:
go-version: 1.20.4
check-latest: true
cache-dependency-path: "**/*.sum"
check-latest: fals
cache: false

- name: Fix go setup
run: |
Expand Down

0 comments on commit 0561c77

Please sign in to comment.