Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
fix: invalid syntax for go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
shiwildy authored Nov 26, 2024
1 parent 4be7ca2 commit d6eaf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23.3'

- name: Test build Server RS Jakut
run: cd rs-jakut && go build Server-JAKUT.go

0 comments on commit d6eaf0a

Please sign in to comment.