This commit is contained in:
@@ -17,7 +17,6 @@ jobs:
|
||||
shell: bash
|
||||
env:
|
||||
GO_INSTALL_COMMANDS: code.jakeyoungdev.com/jake/mctl@v0.3.4
|
||||
GO_INSTALL_ARCH: amd64
|
||||
run: |
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
@@ -28,4 +27,18 @@ jobs:
|
||||
|
||||
- name: "check go installed command"
|
||||
shell: bash
|
||||
run: mctl -v | grep "mctl version v0.3.4"
|
||||
run: mctl -v | grep "mctl version v0.3.4"
|
||||
|
||||
- name: "remove go"
|
||||
shell: bash
|
||||
env:
|
||||
GO_INSTALL_COMMANDS: code.jakeyoungdev.com/jake/mctl@v0.3.4
|
||||
GO_INSTALL_PURGE: yes
|
||||
GO_INSTALL_VERSION: 1.23.2
|
||||
run: |
|
||||
rm go.mod
|
||||
./install.sh
|
||||
|
||||
- name: "check go version"
|
||||
shell: bash
|
||||
run: go version | grep "go version go1.23.2 linux/amd64"
|
Reference in New Issue
Block a user