Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Aug 14, 2024
1 parent 3d4dfd9 commit a33a163
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions refresh-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,16 @@ refresh() {
sed -i 's|ubuntu-20.04|ubuntu-latest|g' *

# update GO
sed -i 's/Go\ 1.20/Go\ 1.23/g' *
sed -i "s/go-version:\ 1.20/go-version:\ '1.23'/g" *
sed -i "s/go-version:\ ^1.20/go-version:\ '1.23'/g" *
sed -i "s/go-version:\ '1.20'/go-version:\ '1.23'/g" *

sed -i 's/Go\ 1.21/Go\ 1.23/g' *
sed -i "s/go-version:\ 1.21/go-version:\ '1.23'/g" *
sed -i "s/go-version:\ ^1.21/go-version:\ '1.23'/g" *
sed -i "s/go-version:\ '1.21'/go-version:\ '1.23'/g" *

sed -i 's/Go\ 1.22/Go\ 1.23/g' *
sed -i "s/go-version:\ 1.22/go-version:\ '1.23'/g" *
sed -i "s/go-version:\ ^1.22/go-version:\ '1.23'/g" *
Expand Down

0 comments on commit a33a163

Please sign in to comment.