mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
parent
7ee3a496f8
commit
7b2e2ff5d2
2
.github/workflows/code.yml
vendored
2
.github/workflows/code.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
||||
with:
|
||||
go-version: 1.20.1
|
||||
go-version: 1.20.2
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
- name: Golang CI
|
||||
|
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
||||
with:
|
||||
go-version: 1.20.1
|
||||
go-version: 1.20.2
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
- name: Initialize CodeQL
|
||||
|
|
|
@ -9,7 +9,7 @@ runs:
|
|||
steps:
|
||||
- name: Install Go 🚀
|
||||
env:
|
||||
VERSION: "1.20.1"
|
||||
VERSION: "1.20.2"
|
||||
shell: pwsh
|
||||
run: |
|
||||
# Delete conflicting go versions first
|
||||
|
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Install Go
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
||||
with:
|
||||
go-version: 1.20.1
|
||||
go-version: 1.20.2
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
|
||||
with:
|
||||
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
|
||||
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
|
||||
with:
|
||||
go-version: 1.20.1
|
||||
go-version: 1.20.2
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
|
||||
- name: Check for unused dependencies
|
||||
|
|
Loading…
Reference in a new issue