From 951be23674384ed72209e5d5691fb846e2349e09 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Thu, 23 May 2024 17:54:06 +0700 Subject: [PATCH] Update go ver --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index de21629f..ff3f37a4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,10 +17,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Set up Go 1.19 + - name: Set up Go 1.21 uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.21' cache: false - name: Golangci-lint @@ -36,7 +36,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.21' cache: false - name: Check out code into the Go module directory