Skip to content

ci(workflow): bump actions/upload-artifact from 4.5.0 to 4.6.0 #542

ci(workflow): bump actions/upload-artifact from 4.5.0 to 4.6.0

ci(workflow): bump actions/upload-artifact from 4.5.0 to 4.6.0 #542

# SPDX-FileCopyrightText: 2022 - 2024 NRK
#
# SPDX-License-Identifier: MIT
name: "Golang Static checker"
on:
- pull_request
jobs:
staticcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-go@v5.2.0
with:
go-version-file: "go.mod"
id: setup-go
- uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2023.1.6"
install-go: false
min-go-version: "module"