Skip to content

Commit

Permalink
Revert "workflow: add more version build/test actions (#203)"
Browse files Browse the repository at this point in the history
This reverts commit b3e66ba.
  • Loading branch information
gaukas committed Jul 30, 2023
1 parent b3e66ba commit d9e3f01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 59 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go_1_19.yml → .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:

jobs:

go_1.19:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: 1.19

- name: Build
run: go build -v ./...
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/go_1_20.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/go_1_21_rc3.yml

This file was deleted.

0 comments on commit d9e3f01

Please sign in to comment.