mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 18:30:56 -05:00
use the latest go version 1.21.4
This commit is contained in:
parent
11e55d29d0
commit
4e7e5d2dd5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ set -ex
|
|||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
function dependency_go() {
|
||||
go_version="1.21.3.linux-amd64" # Set the desired Go version here
|
||||
go_version="1.21.4.linux-amd64" # Set the desired Go version here
|
||||
|
||||
if ! which wget tar > /dev/null ; then
|
||||
apt-get install -y -qq wget tar
|
||||
|
|
Loading…
Reference in a new issue