Skip to content

Commit

Permalink
change go version to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snkrheadz committed Aug 28, 2023
1 parent e49a454 commit 02fcdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-go.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

asdf plugin-add golang https://github.com/kennyp/asdf-golang.git
asdf install golang 1.20.3
asdf global golang 1.20.3
asdf install golang 1.21.0
asdf global golang 1.21.0

0 comments on commit 02fcdd2

Please sign in to comment.