Skip to content

Commit 0487c88

Browse files
hijiki51mehm8128
authored andcommitted
🆙 update golang version
1 parent 996f643 commit 0487c88

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: '14.x'
18+
node-version: "14.x"
1919
- uses: actions/setup-go@v1
2020
with:
21-
go-version: 1.16
21+
go-version: 1.18
2222
- name: Make Release
2323
run: |
2424
export PATH=${PATH}:`go env GOPATH`/bin
@@ -48,5 +48,3 @@ jobs:
4848
known_hosts: ${{ secrets.STAGING_KNOWN_HOSTS }}
4949
- name: Deploy
5050
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"
51-
52-

0 commit comments

Comments
 (0)