Skip to content

Commit 727c578

Browse files
committed
Update README.md and fix goreleaser version
1 parent 4105697 commit 727c578

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/release-bin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/
1818

19-
- name: Set up Go 1.19
19+
- name: Set up Go 1.24
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: 1.19
22+
go-version: 1.24
2323
id: go
2424

2525
- name: Run GoReleaser

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
<h1 align="center">NoMore403</h1>
66

77
<p align="center">
8-
<a href="https://github.com/devploit/nomore403/issues"><img alt="contributions welcome" src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"></a>
8+
<a href="https://github.com/devploit/nomore403/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/devploit/nomore403?style=flat&logo=github"></a>
9+
<a href="https://github.com/devploit/nomore403/forks"><img alt="GitHub forks" src="https://img.shields.io/github/forks/devploit/nomore403?style=flat&logo=github"></a>
10+
<a href="https://goreportcard.com/report/github.com/devploit/nomore403"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/devploit/nomore403"></a>
11+
<img alt="Go version" src="https://img.shields.io/badge/go-1.24-blue">
12+
<img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-green">
13+
<img alt="Contributions welcome" src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg">
914
</p>
1015

1116
## Table of Contents
@@ -50,7 +55,7 @@
5055
## Prerequisites
5156

5257
Before you install and run `nomore403`, make sure you have the following:
53-
- Go 1.19 or higher installed on your machine.
58+
- Go 1.24 or higher installed on your machine.
5459

5560
## Installation
5661

0 commit comments

Comments
 (0)