Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Bump go to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-stitt committed Feb 3, 2022
1 parent 36b4f81 commit a64b888
Show file tree
Hide file tree
Showing 7 changed files with 780 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ _book
node_modules
rise
.vscode

*.nix
.envrc
.direnv
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[![Build Status](https://travis-ci.org/openpixel/rise.svg?branch=master)](https://travis-ci.org/openpixel/rise)
[![Build Status](https://github.com/openpixel/rise/actions/workflows/go.yml/badge.svg)](https://github.com/openpixel/rise/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/openpixel/rise)](https://goreportcard.com/report/github.com/openpixel/rise)
[![GoDoc](https://godoc.org/github.com/openpixel/rise?status.svg)](https://godoc.org/github.com/openpixel/rise)
[![Coverage Status](https://coveralls.io/repos/github/openpixel/rise/badge.svg?branch=master)](https://coveralls.io/github/openpixel/rise?branch=master)

# rise

Expand Down
30 changes: 0 additions & 30 deletions coveralls.sh

This file was deleted.

18 changes: 11 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
module github.com/openpixel/rise

go 1.17

require (
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hil v0.0.0-20210521165536-27a72121fd40
github.com/spf13/cobra v1.3.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mitchellh/mapstructure v0.0.0-20171017171808-06020f85339e // indirect
github.com/mitchellh/reflectwalk v0.0.0-20170726202117-63d60e9d0dbc // indirect
github.com/spf13/cobra v0.0.1
github.com/spf13/pflag v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)
774 changes: 762 additions & 12 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit a64b888

Please sign in to comment.