Skip to content

Commit

Permalink
Merge pull request #36 from xushiwei/q
Browse files Browse the repository at this point in the history
gop v1.1.8
  • Loading branch information
xushiwei authored Oct 10, 2023
2 parents 948fd9a + 51879c2 commit efd4a47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow will build a golang project
# This workflow will build a goplus project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go+
Expand All @@ -20,7 +20,7 @@ jobs:
uses: goplus/setup-goplus@v1
with:
go-version: "1.18"
gop-version: "1.1.7"
gop-version: "1.1.8"

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion 117-Slices/slices-1.gop
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Slice literals in Go+ style

TODO
## TODO

0 comments on commit efd4a47

Please sign in to comment.