Skip to content

Commit

Permalink
attempt: mauanl go installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwatunmise-olat committed Oct 28, 2023
1 parent 95d994d commit aec1698
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 40 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
uses: actions/checkout@v2

- name: Set Up Go
uses: actions/setup-go@v2
with:
go-version: 1.23
run: |
wget https://go.dev/dl/go1.21.3.linux-amd64.tar.gz
tar -C /usr/local -xvf go1.21.3.linux-amd64.tar.gz
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH
shell: bash

- name: Get Commit Hash
id: get_commit_hash
Expand Down
42 changes: 5 additions & 37 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aec1698

Please sign in to comment.