New Upstream Release - golang-github-go-stack-stack

Ready changes

Summary

Merged new upstream version: 1.8.1 (was: 1.8.0).

Resulting package

Built on 2022-05-15T20:23 (took 5m7s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases golang-github-go-stack-stack-dev

Lintian Result

Diff

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 0000000..9d89722
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,88 @@
+on:
+  push:
+  pull_request:
+    types: [synchronize]
+  schedule:
+    - cron: "0 0 1,11,21 * *"
+name: Test
+jobs:
+  test:
+    strategy:
+      fail-fast: false
+      matrix:
+        go-version:
+          - 1.7.x
+          - 1.8.x
+          - 1.9.x
+          - 1.10.x
+          - 1.11.x
+          - 1.12.x
+          - 1.13.x
+          - 1.14.x
+          - 1.15.x
+          - 1.16.x
+          - 1.17.x
+        go-flags: [""]
+        os: [ubuntu-latest, macos-latest, windows-latest]
+        include:
+          - go-version: 1.13.x
+            os: ubuntu-latest
+            go-flags: "-trimpath"
+          - go-version: 1.13.x
+            os: macos-latest
+            go-flags: "-trimpath"
+          - go-version: 1.13.x
+            os: windows-latest
+            go-flags: "-trimpath"
+          - go-version: 1.14.x
+            os: ubuntu-latest
+            go-flags: "-trimpath"
+          - go-version: 1.14.x
+            os: macos-latest
+            go-flags: "-trimpath"
+          - go-version: 1.14.x
+            os: windows-latest
+            go-flags: "-trimpath"
+          - go-version: 1.15.x
+            os: ubuntu-latest
+            go-flags: "-trimpath"
+          - go-version: 1.15.x
+            os: macos-latest
+            go-flags: "-trimpath"
+          - go-version: 1.15.x
+            os: windows-latest
+            go-flags: "-trimpath"
+          - go-version: 1.16.x
+            os: ubuntu-latest
+            go-flags: "-trimpath"
+          - go-version: 1.16.x
+            os: macos-latest
+            go-flags: "-trimpath"
+          - go-version: 1.16.x
+            os: windows-latest
+            go-flags: "-trimpath"
+          - go-version: 1.17.x
+            os: ubuntu-latest
+            go-flags: "-trimpath"
+          - go-version: 1.17.x
+            os: macos-latest
+            go-flags: "-trimpath"
+          - go-version: 1.17.x
+            os: windows-latest
+            go-flags: "-trimpath"
+    runs-on: ${{ matrix.os }}
+    steps:
+      - name: Install Go
+        uses: actions/setup-go@v2
+        with:
+          go-version: ${{ matrix.go-version }}
+      - name: Checkout code
+        uses: actions/checkout@v2
+        with:
+          path: "${{github.workspace}}/src/github.com/${{github.repository}}"
+      - name: Test
+        env:
+          GOPATH: "${{github.workspace}}"
+          GOFLAGS: ${{ matrix.go-flags }}
+        working-directory: "${{github.workspace}}/src/github.com/${{github.repository}}"
+        run: go test ./...
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 5c5a2b5..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-language: go
-sudo: false
-go:
-  - 1.7.x
-  - 1.8.x
-  - 1.9.x
-  - 1.10.x
-  - 1.11.x
-  - tip
-
-before_install:
-  - go get github.com/mattn/goveralls
-
-script:
-  - goveralls -service=travis-ci
diff --git a/debian/changelog b/debian/changelog
index bf7a7c3..cede6ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-go-stack-stack (1.8.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 15 May 2022 20:18:33 -0000
+
 golang-github-go-stack-stack (1.8.0-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/go.mod b/go.mod
index 96a53a1..876fb81 100644
--- a/go.mod
+++ b/go.mod
@@ -1 +1,3 @@
 module github.com/go-stack/stack
+
+go 1.17

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details