Skip to content

Bump actions/upload-artifact from 4.4.1 to 4.4.2 #396

Bump actions/upload-artifact from 4.4.1 to 4.4.2

Bump actions/upload-artifact from 4.4.1 to 4.4.2 #396

Workflow file for this run

name: Test Incoming Changes
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
basic-check:
name: Build, Lint, Vet
runs-on: ubuntu-22.04
steps:
- name: Set up Go 1.23
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.23.2
- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"
- name: Check out code into the Go module directory
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
ref: ${{ github.sha }}
# TODO: golangci-lint team recommends using a GitHub Action to perform golangci-lint responsibilities. However
# there does not appear to be a way to honor our existing .golangci.yml. For now, mimic developer behavior.
- name: Install golangci-lint
run: make install-lint
- name: make build-oct
run: make build-oct
- name: make lint
run: make lint
- name: make vet
run: make vet
- name: Run endpoint verification script
run: |
./scripts/curl-endpoints.sh