Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSCV authored Feb 2, 2024
1 parent f0b9fe9 commit 0d5b4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.23'
go-version: '1.18.0-rc1'

- name: Build Project
run: go build
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.23'
go-version: '1.18.0-rc1'

- name: Check Code Formatting
run: gofmt -l -s . # Используйте ваш инструмент для проверки форматирования кода

0 comments on commit 0d5b4ab

Please sign in to comment.