diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 968317c..79635ab 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.23' - name: Build run: go build -o server ./cmd \ No newline at end of file