mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
feat: update to go 1.20.5
This commit is contained in:
parent
2bad39305f
commit
e6e9d0a66b
2
.github/workflows/code.yml
vendored
2
.github/workflows/code.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.2
|
go-version: 1.20.5
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||||
- name: Golang CI
|
- name: Golang CI
|
||||||
|
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.2
|
go-version: 1.20.5
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|
|
@ -9,7 +9,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go 🚀
|
- name: Install Go 🚀
|
||||||
env:
|
env:
|
||||||
VERSION: "1.20.3"
|
VERSION: "1.20.5"
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
# Delete conflicting go versions first
|
# Delete conflicting go versions first
|
||||||
|
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.2
|
go-version: 1.20.5
|
||||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
|
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
|
||||||
with:
|
with:
|
||||||
node-version: 17.6.0
|
node-version: 17.6.0
|
||||||
|
|
2
.github/workflows/gomod.yml
vendored
2
.github/workflows/gomod.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.2
|
go-version: 1.20.5
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||||
- name: Check for unused dependencies
|
- name: Check for unused dependencies
|
||||||
|
|
Loading…
Reference in a new issue