Skip to content

Commit

Permalink
Use current stable
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbroup committed May 5, 2023
1 parent 0aa8c18 commit 225f39b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: stable

- name: Build
run: |
go mod download
go build -v ./...
run: go build -v ./...
6 changes: 2 additions & 4 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: stable

- name: Build
run: |
go mod download
go build -v ./...
run: go build -v ./...

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 225f39b

Please sign in to comment.