Skip to content

Commit

Permalink
fix(workflow): turn off windows and old go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ergoz committed Jun 10, 2022
1 parent 644c1f9 commit 13fca6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
# - macos-latest
# - windows-latest
go-version:
- '1.16'
- '1.17'
- '1.18'
- '1.x' # latest version
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![license](https://img.shields.io/github/license/rb-go/namegen.svg)](LICENSE)
[![Go Reference](https://pkg.go.dev/badge/github.com/rb-go/namegen.svg)](https://pkg.go.dev/github.com/rb-go/namegen)
[![Go Report Card](https://goreportcard.com/badge/github.com/rb-go/namegen)](https://goreportcard.com/report/github.com/rb-go/namegen)
[![Coverage Status](https://coveralls.io/repos/github/rb-go/namegen/badge.svg?branch=master)](https://coveralls.io/github/rb-go/namegen?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/rb-go/namegen/badge.svg)](https://coveralls.io/github/rb-go/namegen)

# namegen

Expand Down

0 comments on commit 13fca6b

Please sign in to comment.