[PR #238] [MERGED] bumping golang version in mod file #241

Closed
opened 2026-03-03 15:30:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/238
Author: @luthermonson
Created: 1/21/2026
Status: Merged
Merged: 1/21/2026
Merged by: @luthermonson

Base: mainHead: go1.25


📝 Commits (6)

  • 795cb3d bumping golang version in mod file
  • 6e72254 upgrading golangci-lint
  • 394d70f Merge branch 'main' into go1.25
  • 4ff126e fixing ci
  • a43d3f4 Merge branch 'go1.25' of github.com:luthermonson/go-proxmox into go1.25
  • d36ce4e adding more lint fixes

📊 Changes

14 files changed (+103 additions, -110 deletions)

View changed files

📝 .github/workflows/ci.yaml (+1 -1)
📝 .golangci.yaml (+5 -20)
📝 cluster.go (+1 -1)
📝 cluster_sdn.go (+1 -1)
📝 containers_test.go (+4 -2)
📝 go.mod (+2 -2)
📝 go.sum (+4 -2)
📝 mage/install/install.go (+2 -2)
📝 nodes_test.go (+1 -1)
📝 pools.go (+1 -1)
📝 tests/integration/cluster_test.go (+5 -3)
📝 tests/integration/nodes_test.go (+7 -3)
📝 tests/integration/proxmox_test.go (+66 -66)
📝 types.go (+3 -5)

📄 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/luthermonson/go-proxmox/pull/238 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `go1.25` --- ### 📝 Commits (6) - [`795cb3d`](https://github.com/luthermonson/go-proxmox/commit/795cb3d30eb58915e296e74a73a915c1c2188e3b) bumping golang version in mod file - [`6e72254`](https://github.com/luthermonson/go-proxmox/commit/6e72254ec2706f7f06aeaa6c02ebc1d1362eb3e3) upgrading golangci-lint - [`394d70f`](https://github.com/luthermonson/go-proxmox/commit/394d70f2374f4920f7feb6d082b54f7b9d2b5adc) Merge branch 'main' into go1.25 - [`4ff126e`](https://github.com/luthermonson/go-proxmox/commit/4ff126e74d498116107a6399f7083a4ac89c017b) fixing ci - [`a43d3f4`](https://github.com/luthermonson/go-proxmox/commit/a43d3f4c9426901a2435a1b3b8f9c0a1f67dc693) Merge branch 'go1.25' of github.com:luthermonson/go-proxmox into go1.25 - [`d36ce4e`](https://github.com/luthermonson/go-proxmox/commit/d36ce4e1aa4420761a8bf8eac3a630c7a7a1deb9) adding more lint fixes ### 📊 Changes **14 files changed** (+103 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+1 -1) 📝 `.golangci.yaml` (+5 -20) 📝 `cluster.go` (+1 -1) 📝 `cluster_sdn.go` (+1 -1) 📝 `containers_test.go` (+4 -2) 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -2) 📝 `mage/install/install.go` (+2 -2) 📝 `nodes_test.go` (+1 -1) 📝 `pools.go` (+1 -1) 📝 `tests/integration/cluster_test.go` (+5 -3) 📝 `tests/integration/nodes_test.go` (+7 -3) 📝 `tests/integration/proxmox_test.go` (+66 -66) 📝 `types.go` (+3 -5) </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-03-03 15:30:52 +03:00
Sign in to join this conversation.
No labels
pull-request
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/go-proxmox#241
No description provided.