Skip to content

Commit 6df9c84

Browse files
authored
Merge pull request #205 from arnested/go1.18
go1.18
2 parents 4520994 + 45761ef commit 6df9c84

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- run: |
4040
test '${{ steps.go-version.outputs.minimal }}' == '1.13'
4141
- run: |
42-
test '${{ steps.go-version.outputs.latest }}' == '1.17'
42+
test '${{ steps.go-version.outputs.latest }}' == '1.18'
4343
- run: |
44-
test '${{ steps.go-version.outputs.matrix }}' == '["1.17","1.16","1.15","1.14","1.13"]'
44+
test '${{ steps.go-version.outputs.matrix }}' == '["1.18","1.17","1.16","1.15","1.14","1.13"]'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ recommended to set a token:
5151
5252
```yaml
5353
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
GITHUB_TOKEN: ${{ github.token }}
5555
```
5656
5757
## Outputs
@@ -85,7 +85,7 @@ jobs:
8585
- uses: arnested/go-version-action@v1
8686
id: go-version
8787
env:
88-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88+
GITHUB_TOKEN: ${{ github.token }}
8989
- name: Install Go ${{ steps.go-version.outputs.minimal }}
9090
uses: actions/setup-go@v2
9191
with:
@@ -116,7 +116,7 @@ jobs:
116116
- uses: arnested/go-version-action@v1
117117
id: versions
118118
env:
119-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119+
GITHUB_TOKEN: ${{ github.token }}
120120
test:
121121
name: Test
122122
runs-on: ubuntu-latest

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)