Skip to content

Commit

Permalink
🆙 update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
hijiki51 authored and mehm8128 committed Aug 15, 2022
1 parent 3be31e3 commit 373217a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: "14.x"
- uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.18
- name: Make Release
run: |
export PATH=${PATH}:`go env GOPATH`/bin
Expand Down Expand Up @@ -48,5 +48,3 @@ jobs:
known_hosts: ${{ secrets.STAGING_KNOWN_HOSTS }}
- name: Deploy
run: ssh -o LogLevel=QUIET -t ${{ secrets.STAGING_DEPLOY_USER }}@${{ secrets.STAGING_DEPLOY_HOST }} "sudo sed -i -e 's/GITEA_VERSION=\"traP-.*/GITEA_VERSION=\"${GITHUB_REF:10}\"/' /srv/gitea/deploy.sh && sudo sh /srv/gitea/deploy.sh"


0 comments on commit 373217a

Please sign in to comment.