Bump alpine from 3.18 to 3.19 #163
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Branch
succeeded
Dec 11, 2023 in 3m 4s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/docker/alpine-3.19 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | Linux (Bionic) |
Go Version | 1.18.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "bionic",
"env": [
"global={:FLYWAY_VERSION=>\"9.19.3\"}={:INPUT_BUILDARGS=>\"FLYWAY_VERSION=$FLYWAY_VERSION\"}={:INPUT_PLATFORM=>\"linux/amd64\"}"
],
"go": [
"1.18.x"
],
"services": [
"docker"
],
"before_script": [
"export GOROOT=$(go env GOROOT)",
"db/postgres-start.sh"
],
"go_import_path": "github.com/adevinta/vulcan-scan-engine",
"script": [
"go install -v $(go list ./... | grep -v /vendor/)",
"go test -short -v $(go list ./... | grep -v /vendor/)",
"cd cmd/vulcan-scan-engine && go build && cd ../.."
],
"after_success": [
"bash -c 'source <(curl -s https://raw.githubusercontent.com/adevinta/vulcan-cicd/master/buildx.sh)'"
]
}
Loading