Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/invopop/jso…
Browse files Browse the repository at this point in the history
…nschema-0.12.0
  • Loading branch information
jnewmano authored Dec 6, 2023
2 parents 945f8d3 + 0b0a534 commit dd9cfa3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set tag var
id: tag
shell: bash
Expand All @@ -36,7 +36,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- id: setup-pack
uses: buildpacks/github-actions/setup-pack@v5.4.0
uses: buildpacks/github-actions/setup-pack@v5.5.1
- id: package
run: |
#!/usr/bin/env bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version: "1.20"

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jnewmano/tap-seed-data

go 1.18
go 1.20

require (
github.com/bearbin/go-age v0.0.0-20210220235509-f0fa00c278ce
Expand Down

0 comments on commit dd9cfa3

Please sign in to comment.