Skip to content

Commit

Permalink
...stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nrayburn-tech committed Feb 16, 2024
1 parent 2126f8a commit fd3c2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
run:
working-directory: ./src
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.22.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: OS darwin
if: matrix.goos == 'darwin'
run: echo "OS_NAME=macOS" >> "$GITHUB_ENV"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fd3c2ae

Please sign in to comment.