[PR #15] [MERGED] update go version, git action, make linter happy #45

Closed
opened 2026-02-28 01:20:40 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: clean-up


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/tufanbarisyildirim/gonginx/pull/15 **Author:** [@tufanbarisyildirim](https://github.com/tufanbarisyildirim) **Created:** 3/25/2023 **Status:** ✅ Merged **Merged:** 3/25/2023 **Merged by:** [@tufanbarisyildirim](https://github.com/tufanbarisyildirim) **Base:** `master` ← **Head:** `clean-up` --- ### 📝 Commits (4) - [`486ffb7`](https://github.com/tufanbarisyildirim/gonginx/commit/486ffb73613241ff5e784f6d241adafb2b392339) update git action, make linter happy - [`138c741`](https://github.com/tufanbarisyildirim/gonginx/commit/138c741cfeb2aa0df9429b26a1710f472624401d) ioutil is deprecated - [`473ea30`](https://github.com/tufanbarisyildirim/gonginx/commit/473ea30960e6a219ae9b16e3681e211a357f9af6) ignore writerune result - [`f16db57`](https://github.com/tufanbarisyildirim/gonginx/commit/f16db572db577666fbed1878a65408ab4e6a0f62) update readme ### 📊 Changes **20 files changed** (+140 additions, -161 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:20:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gonginx#45
No description provided.