Bump go version from 1.20.5 to 1.20.6

This commit is contained in:
ionutboangiu
2023-07-20 13:19:40 -04:00
committed by Dan Christian Bogos
parent c987c3e72e
commit 2b0be04b5b
4 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# defaults for install_go
# Go version to install
golang_version: 1.20.5
golang_version: 1.20.6
# Expected go version output
go_version_target: "go version go{{ golang_version }} linux/amd64"
@@ -25,4 +25,4 @@ golang_install_dir: /usr/local/go
# Go dependencies
go_dependencies:
- curl
- tar
- tar

View File

@@ -106,8 +106,8 @@ To install the latest Go version at the time of writing this documentation, run:
# sudo dnf install -y wget tar for .rpm distros
sudo rm -rf /usr/local/go
cd /tmp
wget https://go.dev/dl/go1.20.5.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.20.5.linux-amd64.tar.gz
wget https://go.dev/dl/go1.20.6.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.20.6.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
Installation:

View File

@@ -1,6 +1,6 @@
# Define global variables
%global version 0.10.3
%global go_version 1.20.5
%global go_version 1.20.6
# Define system paths
%global _logdir /var/log/%name

View File

@@ -2,7 +2,7 @@
%global version 0.10.3
%global git_commit %(echo $gitLastCommit)
%global releaseTag %(echo $rpmTag)
%global go_version 1.20.5
%global go_version 1.20.6
# Define system paths
%global _logdir /var/log/%name