Skip to content

Commit

Permalink
Non-modules are now deprecated due to ecosystem movement
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Sep 11, 2023
1 parent 858f374 commit 6775340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/go-mod.yml

This file was deleted.

13 changes: 3 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go (No Modules)
name: Go Modules

on:
push:
Expand All @@ -7,24 +7,17 @@ on:
branches: [ master ]

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
path: go/src/github.com/evanphx/json-patch

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.18

- name: Test
run: |
cd /home/runner/work/json-patch/json-patch/go/src/github.com/evanphx/json-patch
cd v5
go get ./...
go test -v ./...
env:
GOPATH: /home/runner/work/json-patch/json-patch/go

0 comments on commit 6775340

Please sign in to comment.