Skip to content

Commit

Permalink
Merge pull request #1438 from urfave/v3-target-1.18-min
Browse files Browse the repository at this point in the history
Target minimum go 1.18 in v3-dev-main
  • Loading branch information
dearchap authored Aug 13, 2022
2 parents cb7532a + 887d31f commit 3216104
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.16.x, 1.17.x, 1.18.x]
go: [1.18.x]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
3 changes: 0 additions & 3 deletions sliceflag.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build go1.18
// +build go1.18

package cli

import (
Expand Down
10 changes: 0 additions & 10 deletions sliceflag_pre18.go

This file was deleted.

3 changes: 0 additions & 3 deletions sliceflag_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build go1.18
// +build go1.18

package cli

import (
Expand Down

0 comments on commit 3216104

Please sign in to comment.