Skip to content

Commit

Permalink
Merge remote-tracking branch 'gop/goplus' into q
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Nov 9, 2023
2 parents 7ef4c29 + aa6a9e1 commit 2a6a453
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
node-version: '18'
cache: 'npm'

- name: Setup Go
uses: actions/setup-go@v3
- name: Setup Go/Go+
uses: goplus/setup-[email protected]
with:
go-version: '1.21'
gop-version: "main"
check-latest: true
cache: true

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-long-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
node-version: '18'
cache: 'npm'

- name: Setup Go
uses: actions/setup-go@v3
- name: Setup Go/Go+
uses: goplus/setup-[email protected]
with:
go-version: ${{ matrix.go }}
gop-version: "main"
check-latest: true
cache: true

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
node-version: '18'
cache: 'npm'

- name: Setup Go
uses: actions/setup-go@v3
- name: Setup Go/Go+
uses: goplus/setup-[email protected]
with:
go-version: ${{ matrix.go }}
gop-version: "main"
check-latest: true
cache: true

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
node-version: '18'
cache: 'npm'

- name: Setup Go
uses: actions/setup-go@v3
- name: Setup Go/Go+
uses: goplus/setup-[email protected]
with:
go-version: '1.21'
gop-version: "main"
check-latest: true
cache: true

Expand Down
1 change: 1 addition & 0 deletions media/goplus-file-icon-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions media/goplus-file-icon-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@
"aliases": [
"Goplus"
],
"icon": {
"light": "./media/goplus-file-icon-black.svg",
"dark": "./media/goplus-file-icon-white.svg"
},
"configuration": "./languages/gop.language-configuration.json"
},
{
Expand Down

0 comments on commit 2a6a453

Please sign in to comment.