mirror of
https://github.com/SmartHoneybee/ubiquitous-memory
synced 2025-04-29 23:29:39 +02:00
Update to 5.33.2, re-enable configurations (#106)
This commit is contained in:
parent
da7d3b0da6
commit
85cb4319c0
10
.travis.yml
10
.travis.yml
@ -12,7 +12,7 @@ env:
|
||||
matrix:
|
||||
- GOOS='dragonfly' GOARCH='amd64'
|
||||
- GOOS='freebsd' GOARCH='amd64'
|
||||
#- GOOS='freebsd' GOARCH='arm'
|
||||
- GOOS='freebsd' GOARCH='arm'
|
||||
- GOOS='linux' GOARCH='arm'
|
||||
- GOOS='linux' GOARCH='arm64'
|
||||
- GOOS='linux' GOARCH='mips'
|
||||
@ -22,10 +22,10 @@ env:
|
||||
- GOOS='linux' GOARCH='ppc64'
|
||||
- GOOS='linux' GOARCH='ppc64le'
|
||||
- GOOS='linux' GOARCH='s390x'
|
||||
#- GOOS='netbsd' GOARCH='amd64'
|
||||
#- GOOS='netbsd' GOARCH='arm'
|
||||
#- GOOS='openbsd' GOARCH='amd64'
|
||||
#- GOOS='openbsd' GOARCH='arm'
|
||||
- GOOS='netbsd' GOARCH='amd64'
|
||||
- GOOS='netbsd' GOARCH='arm'
|
||||
- GOOS='openbsd' GOARCH='amd64'
|
||||
- GOOS='openbsd' GOARCH='arm'
|
||||
before_install:
|
||||
- export MATTERMOST_RELEASE="$(grep 'mattermost' dependabot/go.mod | cut -d' ' -f3)"
|
||||
- docker pull "${DOCKER_IMAGE}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
module github.com/SmartHoneybee/ubiquitous-memory/dependabot
|
||||
|
||||
require github.com/mattermost/mattermost-server/v5 v5.33.1
|
||||
require github.com/mattermost/mattermost-server/v5 v5.33.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user