Skip to content

Commit

Permalink
Merge pull request #40 from x448/x448-patch-3
Browse files Browse the repository at this point in the history
Bump safer-golangci-lint to 1.51.2
  • Loading branch information
x448 authored Feb 20, 2023
2 parents 95ffc75 + b9f44d9 commit f0f9770
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/safer-golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
# This workflow downloads, verifies, and runs golangci-lint in a
# deterministic, reviewable, and safe manner.
#
# To use:
# Step 1. Copy this file into [your_github_repo]/.github/workflows/
# Step 2. There's no step 2 if you like the default settings.
#
# See golangci-lint docs for more info at
# https://github.com/golangci/golangci-lint
#
# 100% of the script for downloading, installing, and running golangci-lint
# is embedded in this file. The embedded SHA-256 digest is used to verify the
# downloaded golangci-lint tarball (golangci-lint-1.xx.x-linux-amd64.tar.gz).
#
# The embedded SHA-256 digest matches golangci-lint-1.xx.x-checksums.txt at
# https://github.com/golangci/golangci-lint/releases
#
# To use:
# Step 1. Copy this file into [github_repo]/.github/workflows/
# Step 2. There's no step 2 if you like the default settings.
#
# Create and use a config file (.golangci.yml) as described in golangci-lint docs.
#
# To use a newer version of golangci-lint, change these values:
# 1. GOLINTERS_VERSION
# 2. GOLINTERS_TGZ_DGST
#
# Release v1.50.1 (October 22, 2022)
# - Bump golangci-lint to 1.50.1
# - Bump Go to 1.19 (latest version of 1.19.x because check-latest: true).
# - Hash of golangci-lint-1.50.1-linux-amd64.tar.gz
# - SHA-256: 4ba1dc9dbdf05b7bdc6f0e04bdfe6f63aa70576f51817be1b2540bbce017b69a
# This SHA-256 digest matches golangci-lint-1.50.1-checksums.txt at
# Release v1.51.2 (February 19, 2023)
# - Bump golangci-lint to 1.51.2
# - Hash of golangci-lint-1.51.2-linux-amd64.tar.gz
# - SHA-256: 4de479eb9d9bc29da51aec1834e7c255b333723d38dbd56781c68e5dddc6a90b
# This SHA-256 digest matches golangci-lint-1.51.2-checksums.txt at
# https://github.com/golangci/golangci-lint/releases
#
name: linters
Expand All @@ -48,9 +48,9 @@ on:

env:
GO_VERSION: 1.19
GOLINTERS_VERSION: 1.50.1
GOLINTERS_VERSION: 1.51.2
GOLINTERS_ARCH: linux-amd64
GOLINTERS_TGZ_DGST: 4ba1dc9dbdf05b7bdc6f0e04bdfe6f63aa70576f51817be1b2540bbce017b69a
GOLINTERS_TGZ_DGST: 4de479eb9d9bc29da51aec1834e7c255b333723d38dbd56781c68e5dddc6a90b
GOLINTERS_TIMEOUT: 15m
OPENSSL_DGST_CMD: openssl dgst -sha256 -r
CURL_CMD: curl --proto =https --tlsv1.2 --location --silent --show-error --fail
Expand Down

0 comments on commit f0f9770

Please sign in to comment.