Skip to content

Commit

Permalink
Re-version as v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris S. Kim committed Oct 27, 2022
1 parent cc7dbc9 commit 4dbf99b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker:
- image: docker.mirror.hashicorp.services/cimg/go:1.19.2
steps:
- checkout
- run: go test ./codec
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/hashicorp/go-msgpack
module github.com/hashicorp/go-msgpack/v2

go 1.13

Expand Down

0 comments on commit 4dbf99b

Please sign in to comment.