Skip to content

build(deps): Bump golang from 1.26rc3-alpine to 1.26-alpine in the ci group #143

build(deps): Bump golang from 1.26rc3-alpine to 1.26-alpine in the ci group

build(deps): Bump golang from 1.26rc3-alpine to 1.26-alpine in the ci group #143

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: setup-go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version-file: go.mod
- name: make test
run: |
make test
- name: lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: latest
- name: Build docker image
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
push: false
load: true
tags: score-implementation-sample:test
build-args: |
"VERSION=test"
- name: make test-app
run: |
make test-app
- name: make test-container
run: |
make test-container