Merge pull request #654 from unpoller/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
This commit is contained in:
		
						commit
						2302a69ad0
					
				|  | @ -21,7 +21,7 @@ jobs: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|       - name: Set up Go |       - name: Set up Go | ||||||
|         uses: actions/setup-go@v4 |         uses: actions/setup-go@v5 | ||||||
|         with: |         with: | ||||||
|           go-version: ${{ matrix.go }} |           go-version: ${{ matrix.go }} | ||||||
| 
 | 
 | ||||||
|  | @ -40,7 +40,7 @@ jobs: | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - name: Set up Go |       - name: Set up Go | ||||||
|         uses: actions/setup-go@v4 |         uses: actions/setup-go@v5 | ||||||
|         with: |         with: | ||||||
|           go-version: ${{ matrix.go }} |           go-version: ${{ matrix.go }} | ||||||
|       - name: golangci-lint |       - name: golangci-lint | ||||||
|  |  | ||||||
|  | @ -53,7 +53,7 @@ jobs: | ||||||
|           bundler-cache: true # runs 'bundle install' and caches installed gems automatically |           bundler-cache: true # runs 'bundle install' and caches installed gems automatically | ||||||
|       - name: "Install packagecloud gem" |       - name: "Install packagecloud gem" | ||||||
|         run: gem install package_cloud |         run: gem install package_cloud | ||||||
|       - uses: actions/setup-go@v4 |       - uses: actions/setup-go@v5 | ||||||
|         with: |         with: | ||||||
|           go-version: '>=1.20.5' |           go-version: '>=1.20.5' | ||||||
|           cache: true |           cache: true | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue