소스 검색

Update workflows to use Go 1.21

RPRX 2 년 전
부모
커밋
1a69baed17
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/release.yml
  2. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/release.yml

@@ -169,7 +169,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v4
         with:
-          go-version: '1.20'
+          go-version: '1.21'
           check-latest: true
 
       - name: Get project dependencies

+ 1 - 1
.github/workflows/test.yml

@@ -30,7 +30,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v4
         with:
-          go-version: '1.20'
+          go-version: '1.21'
           check-latest: true
       - name: Checkout codebase
         uses: actions/checkout@v3