Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump alpine from 3.18 to 3.19 #163

Merged
merged 1 commit into from
Dec 11, 2023

Bump alpine from 3.18 to 3.19

f8788cc
Select commit
Loading
Failed to load commit list.
Merged

Bump alpine from 3.18 to 3.19 #163

Bump alpine from 3.18 to 3.19
f8788cc
Select commit
Loading
Failed to load commit list.
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)'"
  ]
}