<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Edit on Gopher Coding</title><link>https://gophercoding.com/tags/edit/</link><description>Recent content in Edit on Gopher Coding</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Sun, 02 Apr 2023 12:13:48 +0100</lastBuildDate><atom:link href="https://gophercoding.com/tags/edit/index.xml" rel="self" type="application/rss+xml"/><item><title>Change Go Version in Mod</title><link>https://gophercoding.com/change-go-version-in-mod/</link><pubDate>Sat, 26 Nov 2022 07:00:00 +0000</pubDate><guid>https://gophercoding.com/change-go-version-in-mod/</guid><description>&lt;p>Picking up an old Go project, we wanted to update the desired version it should run on (mainly so when we deployed to our &lt;em>live&lt;/em> systems it would use this version too). To do this, we updated the version within the &lt;code>go.mod&lt;/code> file - the file which keeps track of both versions and packages used by the project.&lt;/p>
&lt;p>We used the command below:&lt;/p></description></item></channel></rss>