Skip to content

Commit 4673d24

Browse files
committed
fix github pipelines
1 parent 30f7ed9 commit 4673d24

File tree

2 files changed

+9
-38
lines changed

2 files changed

+9
-38
lines changed

.github/workflows/examples.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/go.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ name: Go
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88

99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v2
1414

15-
- name: Set up Go
16-
uses: actions/setup-go@v2
17-
with:
18-
go-version: 1.17
15+
- name: Set up Go
16+
uses: actions/setup-go@v2
17+
with:
18+
go-version: 1.18
1919

20-
- name: Build
21-
run: go build
20+
- name: Build
21+
run: go build

0 commit comments

Comments
 (0)