1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2024-09-16 16:36:17 +00:00

use the latest go version 1.21.4

This commit is contained in:
Earl Warren 2023-11-09 16:02:08 +01:00
parent 11e55d29d0
commit 4e7e5d2dd5
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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