Skip to content

Commit

Permalink
Merge pull request #29 from thaJeztah/update_ci
Browse files Browse the repository at this point in the history
Remove travis, vendor, update to go 1.16.x and actions/setup-go@v2
  • Loading branch information
estesp committed Mar 15, 2021
2 parents 404b914 + beefbd0 commit 0bed1b2
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 619 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16.x
id: go

- name: Setup environment
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ _testmain.go
*.exe
*.test
*.prof

# Support running go modules in vendor mode for local development
/vendor/
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

15 changes: 0 additions & 15 deletions cmd/btrfs-test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@
limitations under the License.
*/

/*
Copyright The containerd Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package main

import (
Expand Down
24 changes: 0 additions & 24 deletions vendor/github.com/pkg/errors/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/pkg/errors/.travis.yml

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/pkg/errors/LICENSE

This file was deleted.

52 changes: 0 additions & 52 deletions vendor/github.com/pkg/errors/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions vendor/github.com/pkg/errors/appveyor.yml

This file was deleted.

0 comments on commit 0bed1b2

Please sign in to comment.