1
0
forked from MTSR/mapserver

Update actions/setup-go action to v3.5.0

This commit is contained in:
renovate[bot] 2022-12-16 07:20:15 +00:00 committed by Buckaroo Banzai
parent 547a324e67
commit de375c3d16
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3.0.0 uses: actions/setup-go@v3.5.0
with: with:
go-version: 1.18 go-version: 1.18

View File

@ -9,7 +9,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-go@v3.0.0 - uses: actions/setup-go@v3.5.0
with: with:
go-version: '1.18' go-version: '1.18'