Skip to content

Commit 6775340

Browse files
committed
Non-modules are now deprecated due to ecosystem movement
1 parent 858f374 commit 6775340

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

.github/workflows/go-mod.yml

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

.github/workflows/go.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go (No Modules)
1+
name: Go Modules
22

33
on:
44
push:
@@ -7,24 +7,17 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
1110
build:
1211
runs-on: ubuntu-latest
1312
steps:
1413
- uses: actions/checkout@v2
15-
with:
16-
fetch-depth: 1
17-
path: go/src/github.com/evanphx/json-patch
18-
1914
- name: Set up Go
2015
uses: actions/setup-go@v2
2116
with:
22-
go-version: 1.15
17+
go-version: 1.18
2318

2419
- name: Test
2520
run: |
26-
cd /home/runner/work/json-patch/json-patch/go/src/github.com/evanphx/json-patch
21+
cd v5
2722
go get ./...
2823
go test -v ./...
29-
env:
30-
GOPATH: /home/runner/work/json-patch/json-patch/go

0 commit comments

Comments
 (0)