From 567ab76df40a02ce3dd0385147e42061bd8bd082 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Thu, 8 Feb 2024 15:51:19 +0330 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e143609..2c12f91 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.22 - name: Build run: go build -v @@ -39,4 +39,4 @@ jobs: run: go test -v ./... - name: Install - run: go install github.com/ilius/ayandict@main \ No newline at end of file + run: go install github.com/ilius/ayandict@main