Skip to content

Commit

Permalink
update go due to GO-2024-2963 (#13)
Browse files Browse the repository at this point in the history
### **PR Type**
enhancement


___

### **Description**
- Updated the Go programming language version from 1.22.4 to 1.22.5 in
the `overlays/go.nix` file.
- Updated the SHA256 checksum to match the new Go version.



___



### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table>
<tr>
  <td>
    <details>
<summary><strong>go.nix</strong><dd><code>Update Go version to 1.22.5
and checksum</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</dd></summary>
<hr>

overlays/go.nix

<li>Updated Go version from 1.22.4 to 1.22.5<br> <li> Updated the SHA256
checksum for the new Go version<br>


</details>


  </td>
<td><a
href="https://github.com/nhost/nixops/pull/13/files#diff-46da9fc0b23a2984c1ff57bfd4063ad81fccffcc8403f6902d186d679b4e52bd">+2/-2</a>&nbsp;
&nbsp; &nbsp; </td>

</tr>                    
</table></td></tr></tr></tbody></table>

___

> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
  • Loading branch information
dbarrosop authored Jul 3, 2024
1 parent 28f873a commit 790c3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlays/go.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
final: prev: rec {
go = prev.go_1_22.overrideAttrs
(finalAttrs: previousAttrs: rec {
version = "1.22.4";
version = "1.22.5";

src = final.fetchurl {
url = "https://go.dev/dl/go${version}.src.tar.gz";
sha256 = "sha256-/tcgZ45yinyjC6jR3tHKr+J9FgKPqwIyuLqOIgCPt4Q=";
sha256 = "sha256-rJxyPyJJaa7mJLw0/TTJ4T8qIS11xxyAfeZEu0bhEvY=";
};

});
Expand Down

0 comments on commit 790c3c4

Please sign in to comment.