From 05050dc9fdf0e03209177cfe76b785b21da0c324 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sun, 21 May 2023 08:46:44 -0700 Subject: [PATCH] CI updates --- .github/workflows/workflow.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 78e4295..eee281f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -43,6 +43,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: version: latest diff --git a/README.md b/README.md index 7fb62d1..b4d68dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Package mold ============ -![Project status](https://img.shields.io/badge/version-4.3.0-green.svg) +![Project status](https://img.shields.io/badge/version-4.4.0-green.svg) [![Build Status](https://travis-ci.org/go-playground/mold.svg?branch=v2)](https://travis-ci.org/go-playground/mold) [![Coverage Status](https://coveralls.io/repos/github/go-playground/mold/badge.svg?branch=v2)](https://coveralls.io/github/go-playground/mold?branch=v2) [![Go Report Card](https://goreportcard.com/badge/github.com/go-playground/mold)](https://goreportcard.com/report/github.com/go-playground/mold)