Skip to content

Commit

Permalink
Merge pull request #1 from shibumi/update-to-go-1.17
Browse files Browse the repository at this point in the history
update to go 1.17
  • Loading branch information
Christian Rebischke committed Oct 17, 2021
2 parents 3654633 + a207d42 commit 30eddf1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on: [push, pull_request]
name: build
name: test
jobs:
build:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.15.x, 1.16.x, 1.17.x]
os: [ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ _testmain.go

*.exe
*.test

# ignore .idea
.idea
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/shibumi/go-pathspec

go 1.14
go 1.17

0 comments on commit 30eddf1

Please sign in to comment.