Skip to content

Commit eda6d6f

Browse files
Create test-setup-go.yaml
1 parent ed960c9 commit eda6d6f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/test-setup-go.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: test setup go
2+
3+
on:
4+
pull_request:
5+
paths-ignore:
6+
- '**.md'
7+
push:
8+
branches:
9+
- main
10+
- releases/*
11+
paths-ignore:
12+
- '**.md'
13+
workflow_dispatch:
14+
15+
jobs:
16+
local-cache:
17+
runs-on: ubuntu-latest
18+
strategy:
19+
fail-fast: false
20+
steps:
21+
- name: Setup Go
22+
uses: setup-go@v3
23+
with:
24+
go-version: "1.18.0"

0 commit comments

Comments
 (0)