Skip to content

Commit

Permalink
all: remove Go 1.18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Aug 13, 2023
1 parent 4e17799 commit 2d97e69
Show file tree
Hide file tree
Showing 51 changed files with 10 additions and 3,270 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go: ['1.18.10', '1.19.12', '1.20.7', '1.21.0']
go: ['1.19.12', '1.20.7', '1.21.0']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
GOARCH=arm64 go run test.go -qemu -args="-test.run=^Test -test.v time"
- name: Test (amd64)
if: ${{ !startsWith(matrix.go, '1.18.') && (runner.os == 'Linux' || !startsWith(matrix.go, '1.21.')) }}
if: ${{ runner.os == 'Linux' || !startsWith(matrix.go, '1.21.') }}
run: |
go run test.go -args="-test.run=^Test -test.v fmt"
go run test.go -args="-test.run=^Test -test.v internal/abi"
Expand Down
31 changes: 0 additions & 31 deletions 1.18_linux/internal/testenv/testenv.go.patch

This file was deleted.

4 changes: 0 additions & 4 deletions 1.18_linux/internal/testenv/testenv_notunix.go.patch

This file was deleted.

4 changes: 0 additions & 4 deletions 1.18_linux/internal/testenv/testenv_unix.go.patch

This file was deleted.

64 changes: 0 additions & 64 deletions 1.18_linux/math/big/link_test.go.patch

This file was deleted.

89 changes: 0 additions & 89 deletions 1.18_linux/runtime/callers_test.go.patch

This file was deleted.

9 changes: 0 additions & 9 deletions 1.18_linux/runtime/cgo/cgo.go.patch

This file was deleted.

31 changes: 0 additions & 31 deletions 1.18_linux/runtime/cgo/gcc_libinit.c.patch

This file was deleted.

Loading

0 comments on commit 2d97e69

Please sign in to comment.