mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[PR #15] [MERGED] update go version, git action, make linter happy #45
Labels
No labels
bug
enhancement
good first issue
pull-request
question
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gonginx#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tufanbarisyildirim/gonginx/pull/15
Author: @tufanbarisyildirim
Created: 3/25/2023
Status: ✅ Merged
Merged: 3/25/2023
Merged by: @tufanbarisyildirim
Base:
master← Head:clean-up📝 Commits (4)
486ffb7update git action, make linter happy138c741ioutil is deprecated473ea30ignore writerune resultf16db57update readme📊 Changes
20 files changed (+140 additions, -161 deletions)
View changed files
➕
.github/workflows/check.yml(+43 -0)➖
.github/workflows/go.yml(+0 -34)➖
.github/workflows/golangci-lint.yml(+0 -43)📝
Makefile(+4 -0)📝
README.md(+1 -1)📝
block_test.go(+1 -1)📝
directive.go(+1 -0)📝
directive_test.go(+5 -4)📝
dumper.go(+4 -3)📝
go.mod(+4 -6)📝
go.sum(+4 -15)📝
http.go(+14 -12)📝
http_test.go(+3 -3)📝
include.go(+3 -0)📝
parser/lexer.go(+16 -17)📝
parser/parser.go(+11 -5)📝
parser/token/token_test.go(+21 -17)📝
server.go(+2 -0)📝
upstream.go(+1 -0)📝
upstream_server.go(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.